From d8a51302829ba45477b569687b280fd824a5035a Mon Sep 17 00:00:00 2001 From: Pranit Harekar Date: Sun, 31 May 2020 12:13:34 -0400 Subject: [PATCH] =?UTF-8?q?=E2=8F=AB=20Updated=20Fastfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/ReactNative/fastlane/Fastfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/ReactNative/fastlane/Fastfile b/examples/ReactNative/fastlane/Fastfile index bd4d1a5..494021f 100644 --- a/examples/ReactNative/fastlane/Fastfile +++ b/examples/ReactNative/fastlane/Fastfile @@ -3,7 +3,8 @@ default_platform(:ios) platform :ios do before_all do codepush_login # Make sure you've set APP_CENTER_LOGIN_TOKEN environment variable - # OR codepush_login(login_token: "foo") + # OR + codepush_login(login_token: "foo") end lane :deploy_to_codepush do @@ -25,7 +26,7 @@ platform :ios do ) end - lane :all_deployment_lanes do + lane :misc_deployment_lanes do ## Add new deployment codepush_add_deployment( app_name: "pharekar/MyAwesomeApp",