Skip to content

Commit

Permalink
added provisioning flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 20, 2024
1 parent 3b172de commit f409702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ platform :ios do
export_options: {
provisioningProfiles: {
ENV["SCHEME"] => "sigh_#{ENV["SCHEME"]}_appstore_profile-name"
}
},
allowProvisioningUpdates: true
},
xcargs: "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 f409702

Please sign in to comment.