mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 06:58:26 +00:00
Summary: Issue fixed: #1009 Closes https://github.com/Instagram/IGListKit/pull/1025 Differential Revision: D6771239 Pulled By: rnystrom fbshipit-source-id: be722bcded6fd5d04e0988d39a4ff58a7cef749e
13 lines
188 B
Bash
Executable file
13 lines
188 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo 'Running bundle install...'
|
|
bundle install
|
|
|
|
echo 'Running pod install...'
|
|
pod install
|
|
|
|
echo 'Setting up example projects...'
|
|
./scripts/pod_setup.sh
|
|
|
|
echo 'Done!'
|
|
echo ''
|