From 74403b168b60e6e8927bf0b7804bce7da8c585d3 Mon Sep 17 00:00:00 2001 From: Ricki Bin Yamin Date: Fri, 17 Nov 2023 09:39:12 +0700 Subject: [PATCH] tess --- Fastlane/Fastfile | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/Fastlane/Fastfile b/Fastlane/Fastfile index 40e7062..671af5c 100644 --- a/Fastlane/Fastfile +++ b/Fastlane/Fastfile @@ -19,25 +19,6 @@ platform :ios do desc "Preparing Certificate and Provisioning Profiles on New Device Setup" lane :prepare do - match( - git_basic_authorization: ENV["MATCH_GIT_BASIC_AUTHORIZATION"], - app_identifier: "com.scandocs.ios", - type: "development", - readonly: true - ) - - match( - git_basic_authorization: ENV["MATCH_GIT_BASIC_AUTHORIZATION"], - app_identifier: "com.scandocs.ios", - type: "adhoc", - readonly: true - ) - - match( - git_basic_authorization: ENV["MATCH_GIT_BASIC_AUTHORIZATION"], - app_identifier: "com.scandocs.ios", - type: "appstore", - readonly: true - ) + UI.user_error!("coba print #{ENV["MATCH_GIT_BASIC_AUTHORIZATION"]}") end end