Files
lunasea/ios/fastlane

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

iOS

ios keychain_create

[bundle exec] fastlane ios keychain_create

Create the LunaSea Keychain

ios keychain_delete

[bundle exec] fastlane ios keychain_delete

Delete the LunaSea Keychain

ios keychain_setup

[bundle exec] fastlane ios keychain_setup

Setup the Keychain

ios connect_appstore_connect

[bundle exec] fastlane ios connect_appstore_connect

Connect to App Store Connect

ios build_appstore

[bundle exec] fastlane ios build_appstore

Build App Package for App Store

ios deploy_appstore

[bundle exec] fastlane ios 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.