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:
Jesse Squires 2016-11-30 06:37:22 -08:00 committed by Facebook Github Bot
parent 45933665cf
commit 94a764b5d6
2 changed files with 520 additions and 505 deletions

14
Examples/pod_setup.sh Executable file
View 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 ''

File diff suppressed because it is too large Load diff