Twilio employees should follow these instructions for internal testing.
- Run
gem install bundler
to install Bundler. Bundler ensures everyone is using the same CocoaPods version. - Run
bundle install
to install the required CocoaPods version. - Run
bundle exec pod install
to install pod dependencies.
- Ask a buddy for
IOSVideoAppSecrets.tar
and extract to the root directory of repo.
- Select either
Video-Twilio
orVideo-Internal
scheme. - Run
⌘R
the app.
For UI tests use:
Video-TwilioUITests
scheme.Video-TwilioUITests
target.- Nimble for assertions.