ios: update fastlane Fastfile

This commit is contained in:
Saúl Ibarra Corretgé 2019-03-25 16:43:55 +01:00 committed by Saúl Ibarra Corretgé
parent f662edd135
commit 985385f364
2 changed files with 6 additions and 3 deletions

View File

@ -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",

View File

@ -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