File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ function updatePodsInDirectory() {
2121 cd " $prevDir "
2222}
2323
24+ gem install cocoapods
2425updatePodsInDirectory Branch-TestBed
2526updatePodsInDirectory Branch-TestBed-Xcode-7
2627updatePodsInDirectory Examples/WebViewExample
Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ buildDirectoryProjectScheme \
8484
8585cd Examples/WebViewExample
8686printf " ${textBlue} >>> Building '%s'...${textNormal} \n" " $( basename ` pwd` ) "
87- pod install
88- pod update
87+ # pod install
88+ # pod update
8989cd ../..
9090buildDirectoryProjectScheme \
9191 Examples/WebViewExample \
Original file line number Diff line number Diff line change 9191fi
9292
9393
94- pod install
95- pod update
9694cleanAll
9795analyzeBuild
9896for i in {1..10}
You can’t perform that action at this time.
0 commit comments