Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviuvsp committed Nov 4, 2024
1 parent d390113 commit 1bd77a6
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 1bd77a6

Please sign in to comment.