|
5 سال پیش | |
---|---|---|
.. | ||
Appfile | 9 سال پیش | |
Fastfile | 5 سال پیش | |
README.md | 5 سال پیش |
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 patch
This does the following:
Runs the unit tests
Ensures Cocoapods compatibility
Bumps the patch version
fastlane ios minor
This does the following:
Runs the unit tests
Ensures Cocoapods compatibility
Bumps the minor version
fastlane ios major
This does the following:
Runs the unit tests
Ensures Cocoapods compatibility
Bumps the major version
fastlane ios test
fastlane ios submit_pod
Push the repo to remote and submits the Pod to the given spec repository. Do this after running update to run tests, bump versions, and commit changes.
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.