Files
yinmeng-ios/fastlane/README.md
2023-03-23 16:13:05 +08:00

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
  1. 发布iOS Dubug ipa 到 firim 网站

ios r

[bundle exec] fastlane ios r
  1. 发布iOS Release ipa 到 firim 网站

ios store

[bundle exec] fastlane ios store
  1. 发布iOS Release ipa 到 苹果商店

ios archiveAction

[bundle exec] fastlane ios archiveAction
  1. 打包操作

ios uploadToFirim

[bundle exec] fastlane ios uploadToFirim
  1. 执行上传操作

ios uploadAppleStore

[bundle exec] fastlane ios uploadAppleStore
  1. 发布到 Apple Store

ios updateProjectBuildNumber

[bundle exec] fastlane ios updateProjectBuildNumber
  1. 用于更新 App 的 build Num 的方法

ios upload_dSYM

[bundle exec] fastlane ios upload_dSYM
  1. 上传符号表操作

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.