Skip to content

Commit e9c8975

Browse files
committed
Added file to setup cocoapods
1 parent 3546be5 commit e9c8975

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci_scripts/ci_post_clone.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
3+
4+
# Install CocoaPods using Homebrew.
5+
brew install cocoapods
6+
7+
8+
# Install dependencies you manage with CocoaPods.
9+
pod install

0 commit comments

Comments
 (0)