Skip to content

Commit

Permalink
chore(): update rest of sync_code_signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Oct 22, 2024
1 parent 9334e76 commit 9244053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ platform :ios do
sync_code_signing(
type: "appstore",
app_identifier: "com.dawidcompany.simpleweatherapp",
git_basic_authorization: Base64.strict_encode64(GIT_AUTHORIZATION),
force_for_new_devices: true,
readonly: false
)
Expand All @@ -47,6 +48,7 @@ platform :ios do
sync_code_signing(
type: "appstore",
app_identifier: 'com.dawidcompany.simpleweatherapp',
git_basic_authorization: Base64.strict_encode64(GIT_AUTHORIZATION),
force_for_new_devices: true,
readonly: true
)
Expand Down

0 comments on commit 9244053

Please sign in to comment.