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
Video-Internal
scheme. - Run
⌘R
the app.
For UI tests use:
Video-InternalUITests
scheme.Video-InternalUITests
target.UI
test plan.- Nimble for assertions.