|
|
il y a 11 mois | |
|---|---|---|
| .. | ||
| Appfile | il y a 11 mois | |
| Fastfile | il y a 11 mois | |
| Pluginfile | il y a 11 mois | |
| README.md | il y a 11 mois | |
Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
Install fastlane using
[sudo] gem install fastlane -NV
or alternatively using brew install fastlane
fastlane ios lint_code
Lint code
fastlane ios format_code
Lint and format code
fastlane ios sort_files
Sort Xcode project files
fastlane ios prepare_pr
Prepare for a pull request
fastlane ios build_dev_app
Build development app
fastlane ios tests
Run unit tests
fastlane ios download_profiles
Download certificates and profiles
fastlane ios create_new_profiles
Create all new provisioning profiles managed by fastlane match
fastlane ios nuke_profiles
Nuke all provisioning profiles managed by fastlane match
fastlane ios add_device
Add a new device to provisioning profile
fastlane ios archive_internal
Creates an archive of the Internal app for testing
fastlane ios archive_appstore
Creates an archive of the Production app with Appstore distribution
fastlane ios upload_symbols_to_crashlytics_internal
Upload symbols to Crashlytics for Internal app
fastlane ios upload_symbols_to_crashlytics_appstore
Upload symbols to Crashlytics for Production app
fastlane ios deploy_internal
Deploy the Internal app to Firebase Distribution
fastlane ios deploy_appstore
Deploy the Production app to TestFlight and App Store
This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on fastlane.tools. The documentation of fastlane can be found on docs.fastlane.tools.