Skip to content

Commit

Permalink
added provisioning profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 18, 2024
1 parent 886e3c8 commit 5ece761
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ platform :ios do
project: "Example/ExampleApp.xcodeproj",
scheme: ENV["SCHEME"],
export_method: "app-store",
export_options: {
provisioningProfiles: {
ENV["SCHEME"] => "sigh_#{ENV["SCHEME"]}_appstore_profile-name"
}
}
xcargs: "RELAY_HOST='#{options[:relay_host]}' PROJECT_ID='#{options[:project_id]}' WALLETAPP_SENTRY_DSN='#{options[:sentry_dsn]}' MIXPANEL_TOKEN='#{options[:mixpanel_token]}'"
)
upload_to_testflight(
Expand Down

0 comments on commit 5ece761

Please sign in to comment.