Skip to content

Commit

Permalink
trying manual profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 17, 2024
1 parent 5013743 commit 55d0161
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 @@ -145,7 +145,7 @@ platform :ios do
)
update_project_provisioning(
xcodeproj: "Example/ExampleApp.xcodeproj",
profile: ENV["sigh_com.walletconnect.dapp_appstore_profile-path"],
profile: ENV["sigh_#{ENV["APP_IDENTIFIER"]}_appstore_profile-path"],
build_configuration: "Release"
)

Expand All @@ -165,7 +165,7 @@ platform :ios do
export_options: {
signingStyle: "manual"
},
xcargs: "RELAY_HOST='#{options[:relay_host]}' PROJECT_ID='#{options[:project_id]}' WALLETAPP_SENTRY_DSN='#{options[:sentry_dsn]}' MIXPANEL_TOKEN='#{options[:mixpanel_token]}'"
xcargs: "-allowProvisioningUpdates RELAY_HOST='#{options[:relay_host]}' PROJECT_ID='#{options[:project_id]}' WALLETAPP_SENTRY_DSN='#{options[:sentry_dsn]}' MIXPANEL_TOKEN='#{options[:mixpanel_token]}'"
)
upload_to_testflight(
apple_id: ENV["APPLE_ID"],
Expand Down

0 comments on commit 55d0161

Please sign in to comment.