Skip to content

Commit

Permalink
remove username, readonly match
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc007 committed Feb 28, 2020
1 parent 3924a05 commit f0fe132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/resources/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ platform :ios do
suppress_output {
# Retrieves all the necessary certs and provisioning profiles.
#force_for_new_devices: true,
#readonly: false
#readonly: false,
#username: 'mmcc007@gmail.com'
sync_code_signing(
git_url: ENV['PUBLISHING_MATCH_CERTIFICATE_REPO'],
type: signing_type,
keychain_name: 'fastlane_tmp_keychain',
readonly: false,
username: 'mmcc007@gmail.com'
readonly: true,
)
}
puts 'Certificates and profiles installed'
Expand Down

0 comments on commit f0fe132

Please # to comment.