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