Skip to content

Commit 5b384bb

Browse files
author
cnouguier
committed
wip: Upgrade to Quasar 2 / Vue 3 - try to fix cordova build #393
1 parent e09b002 commit 5b384bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src-cordova/hooks/ios-update-pods.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
pod setup
99

10-
mkdir -p ~/.cocoapods/repos
11-
git clone https://github.com/CocoaPods/Specs ~/.cocoapods/repos/master
10+
#mkdir -p ~/.cocoapods/repos
11+
#git clone https://github.com/CocoaPods/Specs ~/.cocoapods/repos/master
1212

13-
pod setup
13+
#pod setup
1414

1515

1616

0 commit comments

Comments
 (0)