Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane gen_provision
Generate fresh mobileprovision
[bundle exec] fastlane get_ipa_info
Get ipa version, build, bundle id and name
[bundle exec] fastlane iterate_over_ipas
Scan all the ipas in ipas
folder
[bundle exec] fastlane create_plists
Creates plist files for ad hoc download
[bundle exec] fastlane resign_ipas
Resign ipas with mobileprovision
[bundle exec] fastlane upload_ipa
Upload ipa to github release section
[bundle exec] fastlane create_readme
Generate readme based on ipas available
[bundle exec] fastlane full_update
Run full update of mobileprovision, ipas and readme
[bundle exec] fastlane commit_update
Commit updated dirs
[bundle exec] fastlane update
Run update of ipas and readme
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.