sudo gem install fastlane
fastlane ios install_xcode
Install the Xcode version used by SoundCloud
fastlane ios install_pods
Install pod dependencies
fastlane ios appcode_prefs
Update your AppCode preferences with the project ones
fastlane ios setup
Local setup required to work with the iOS project
fastlane ios update_devices
Update the devices with the ones in devices.txt
fastlane ios dev_certificates_fetch
Fetches the development certificates and provisioning profiles to run the project on real devices
fastlane ios dist_certificates_fetch
Fetches the distribution certificates and provisioning profiles compile the app for AppStore distribution
fastlane ios dev_certificates_update
Updates the development provisioning profiles
fastlane ios dist_certificates_update
Updates the distribution provisioning profiles
fastlane ios unit_tests
Runs unit tests
fastlane ios acceptance_tests
Run acceptance tests
fastlane ios danger
Executes Danger
fastlane ios ci_acceptance
fastlane ios ci_master
fastlane ios ci_release
fastlane ios ci_pr
fastlane ios ci_pr_specs
fastlane ios ci_deploy_appstore
fastlane ios build_debug
Build the project with Debug configuration
fastlane ios build_release
Build the project with Release configuration
fastlane ios build_frank
Build the project using Frank
fastlane ios deploy_appstore
Deploy the app to the AppStore (use this only on CI)
This README.md is auto-generated and will be re-generated every time to run fastlane. More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub.