mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
add example setup script. run pod install.
Summary: - Add script for example setup - Run pod install and check-in changes Reviewed By: dshahidehpour Differential Revision: D4250015 fbshipit-source-id: 51e7342d698bc9874bbbcfb8e784fe62e82d1ac6
This commit is contained in:
parent
45933665cf
commit
94a764b5d6
2 changed files with 520 additions and 505 deletions
14
Examples/pod_setup.sh
Executable file
14
Examples/pod_setup.sh
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo 'Setting up iOS examples...'
|
||||
cd Examples-iOS/
|
||||
pod install
|
||||
cd ..
|
||||
|
||||
echo 'Setting up tvOS examples...'
|
||||
cd Examples-tvOS/
|
||||
pod install
|
||||
cd ..
|
||||
|
||||
echo 'Done!'
|
||||
echo ''
|
||||
1011
Pods/Pods.xcodeproj/project.pbxproj
generated
1011
Pods/Pods.xcodeproj/project.pbxproj
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue