Skip to content

Commit

Permalink
tess
Browse files Browse the repository at this point in the history
  • Loading branch information
rickirby committed Nov 17, 2023
1 parent c7f2061 commit 74403b1
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions Fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 74403b1

Please sign in to comment.