Files
yinmeng-ios/fastlane
2021-11-19 14:11:14 +08:00
..
2021-11-19 14:11:14 +08:00
2021-11-19 14:11:14 +08:00
2021-11-19 14:11:14 +08:00
2021-11-19 14:11:14 +08:00

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

ios r

fastlane ios r
  1. 发布iOS Release ipa 到 firim 网站

ios store

fastlane ios store
  1. 发布iOS Release ipa 到 苹果商店

ios archiveAction

fastlane ios archiveAction
  1. 打包操作

ios uploadToFirim

fastlane ios uploadToFirim
  1. 执行上传操作

ios uploadAppleStore

fastlane ios uploadAppleStore
  1. 发布到 Apple Store

ios updateProjectBuildNumber

fastlane ios updateProjectBuildNumber
  1. 用于更新 App 的 build Num 的方法

ios upload_dSYM

fastlane ios upload_dSYM
  1. 上传符号表操作

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.