Skip to content

Commit

Permalink
Merge pull request #461 from PermanentOrg/fix-app-store-login
Browse files Browse the repository at this point in the history
Update Fastfile
  • Loading branch information
flaviuvsp authored Nov 4, 2024
2 parents d390113 + 1bd77a6 commit dd3aa36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ platform :ios do
# connect to the app store
app_store_connect_api_key(duration: 1200, # optional (maximum 1200)
in_house: false,
is_key_content_base64: true
is_key_content_base64: false
)

# resolve the provisioning profiles and certs from private repo
Expand Down Expand Up @@ -98,7 +98,7 @@ platform :ios do
# connect to the app store
app_store_connect_api_key(duration: 1200, # optional (maximum 1200)
in_house: false,
is_key_content_base64: true
is_key_content_base64: false
)

# resolve the provisioning profiles and certs from private repo
Expand Down

0 comments on commit dd3aa36

Please sign in to comment.