ios: update fastlane Fastfile
This commit is contained in:
parent
f662edd135
commit
985385f364
|
@ -1,8 +1,11 @@
|
||||||
|
ENV["FASTLANE_SKIP_UPDATE_CHECK"] = "1"
|
||||||
|
opt_out_usage
|
||||||
|
|
||||||
default_platform(:ios)
|
default_platform(:ios)
|
||||||
|
|
||||||
platform :ios do
|
platform :ios do
|
||||||
desc "Push a new beta build to TestFlight"
|
desc "Push a new beta build to TestFlight"
|
||||||
lane :beta do
|
lane :deploy do
|
||||||
# Set the app identifier
|
# Set the app identifier
|
||||||
update_app_identifier(
|
update_app_identifier(
|
||||||
xcodeproj: "app/app.xcodeproj",
|
xcodeproj: "app/app.xcodeproj",
|
||||||
|
|
|
@ -16,9 +16,9 @@ or alternatively using `brew cask install fastlane`
|
||||||
|
|
||||||
# Available Actions
|
# Available Actions
|
||||||
## iOS
|
## iOS
|
||||||
### ios beta
|
### ios deploy
|
||||||
```
|
```
|
||||||
fastlane ios beta
|
fastlane ios deploy
|
||||||
```
|
```
|
||||||
Push a new beta build to TestFlight
|
Push a new beta build to TestFlight
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue