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
iOS
ios d
[bundle exec] fastlane ios d
- 发布iOS Dubug ipa 到 firim 网站
ios r
[bundle exec] fastlane ios r
- 发布iOS Release ipa 到 firim 网站
ios store
[bundle exec] fastlane ios store
- 发布iOS Release ipa 到 苹果商店
ios archiveAction
[bundle exec] fastlane ios archiveAction
- 打包操作
ios uploadToFirim
[bundle exec] fastlane ios uploadToFirim
- 执行上传操作
ios uploadAppleStore
[bundle exec] fastlane ios uploadAppleStore
- 发布到 Apple Store
ios updateProjectBuildNumber
[bundle exec] fastlane ios updateProjectBuildNumber
- 用于更新 App 的 build Num 的方法
ios upload_dSYM
[bundle exec] fastlane ios upload_dSYM
- 上传符号表操作
ios resigh
[bundle exec] fastlane ios resigh
ios review
[bundle exec] 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.