1.3 KiB
1.3 KiB
fastlane documentation
Installation
Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
Install fastlane using
[sudo] gem install fastlane -NV
or alternatively using brew install fastlane
Available Actions
iOS
ios d
fastlane ios d
- 发布iOS Dubug ipa 到 firim 网站
ios r
fastlane ios r
- 发布iOS Release ipa 到 firim 网站
ios store
fastlane ios store
- 发布iOS Release ipa 到 苹果商店
ios archiveAction
fastlane ios archiveAction
- 打包操作
ios uploadToFirim
fastlane ios uploadToFirim
- 执行上传操作
ios uploadAppleStore
fastlane ios uploadAppleStore
- 发布到 Apple Store
ios updateProjectBuildNumber
fastlane ios updateProjectBuildNumber
- 用于更新 App 的 build Num 的方法
ios upload_dSYM
fastlane ios upload_dSYM
- 上传符号表操作
ios resigh
fastlane ios resigh
ios review
fastlane ios review
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.