- Copy
fastlane
folder、Gemfile
Gemfile.lock
file to your project root directory. - Configuration information
.env
- Run with commands
bundle exec fastlane beta
, You can also change the specified action.
bundle exec fastlane ios set_build_number
build number
bundle exec fastlane ios beta
build a beta ipa
bundle exec fastlane ios betaijm
build a ijiami beta ipa
bundle exec fastlane ios release
build a release ipa
bundle exec fastlane ios releaseijm
build a ijiami release ipa
bundle exec fastlane ios submit_review
upload binary to iTC (and maybe submit review)