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 5b384bb commit f0cca63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- brew install rclone
- npm install -g ios-deploy --unsafe-perm=true
- npm install -g @quasar/cli
- sudo gem which cocoapods
install:
- yarn
before_script:
Expand Down
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 setup
pod install

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

0 comments on commit f0cca63

Please sign in to comment.