Skip to content

Commit

Permalink
trying automatic profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 17, 2024
1 parent a859398 commit 0b0a26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ platform :ios do
scheme: ENV["SCHEME"],
export_method: "app-store",
export_options: {
signingStyle: "manual"
signingStyle: "automatic"
},
xcargs: "-allowProvisioningUpdates RELAY_HOST='#{options[:relay_host]}' PROJECT_ID='#{options[:project_id]}' WALLETAPP_SENTRY_DSN='#{options[:sentry_dsn]}' MIXPANEL_TOKEN='#{options[:mixpanel_token]}'"
)
Expand Down

0 comments on commit 0b0a26d

Please sign in to comment.