pkg/apple/fastlane/README.md
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 mac build
Build and optionally upload the app to App Store Connect.
Command-line options (all are optional):
version: Override the marketing version string; otherwise read from version.alldirty: Pass true to allow building from a dirty git repobranch: The name of the branch to build from; default is current. Cannot be used with dirtyupload: Pass false to prevent uploading to App Store Connectpublic: Pass false to prevent making the build available to TestFlight users (still uploads)[bundle exec] fastlane ios build
Build and optionally upload the app to App Store Connect.
Command-line options (all are optional):
version: Override the marketing version string; otherwise read from version.alldirty: Pass true to allow building from a dirty git repobranch: The name of the branch to build from; default is current. Cannot be used with dirtyupload: Pass false to prevent uploading to App Store Connectpublic: Pass false to prevent making the build available to TestFlight users (still uploads)[bundle exec] fastlane appletvos build
Build and optionally upload the app to App Store Connect.
Command-line options (all are optional):
version: Override the marketing version string; otherwise read from version.alldirty: Pass true to allow building from a dirty git repobranch: The name of the branch to build from; default is current. Cannot be used with dirtyupload: Pass false to prevent uploading to App Store Connectpublic: Pass false to prevent making the build available to TestFlight users (still uploads)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.