mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
1.5 KiB
1.5 KiB
fastlane documentation
Installation
Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
Available Actions
Mac
mac keychain_create
[bundle exec] fastlane mac keychain_create
Create the LunaSea Keychain
mac keychain_delete
[bundle exec] fastlane mac keychain_delete
Delete the LunaSea Keychain
mac keychain_setup
[bundle exec] fastlane mac keychain_setup
Setup the Keychain
mac connect_appstore_connect
[bundle exec] fastlane mac connect_appstore_connect
Connect to App Store Connect
mac build_app_package
[bundle exec] fastlane mac build_app_package
Build App Package for Direct Deployment
mac build_app_store
[bundle exec] fastlane mac build_app_store
Build App Package for App Store
mac build_disk_image
[bundle exec] fastlane mac build_disk_image
Build Disk Image for Direct Deployment
mac deploy_appstore
[bundle exec] fastlane mac deploy_appstore
Deploy to App Store Connect
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.