Skip to content

Commit

Permalink
wip: Upgrade to Quasar 2 / Vue 3 - try to fix cordova build #393
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 21, 2022
1 parent 6f105ea commit 4c39c98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src-cordova/hooks/ios-run-pods.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash
chmod 0600 /Users/travis/.netrc
pod install --project-directory='./platforms/ios/'
cd ./platforms/ios
pod init
pod install #--project-directory='./platforms/ios/'
2 changes: 1 addition & 1 deletion src-cordova/hooks/ios-update-pods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Should be temporary and fixed in the future with:
# https://github.com/apache/cordova-ios/pull/719

pod init
#pod init

#mkdir -p ~/.cocoapods/repos
#git clone https://github.com/CocoaPods/Specs ~/.cocoapods/repos/master
Expand Down

0 comments on commit 4c39c98

Please sign in to comment.