Skip to content

Commit

Permalink
removed flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 18, 2024
1 parent 50ef5f1 commit 886e3c8
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 @@ -157,13 +157,13 @@ platform :ios do
# },
# allowProvisioningUpdates: true
# },

# -allowProvisioningUpdates
gym(
configuration: "Release",
project: "Example/ExampleApp.xcodeproj",
scheme: ENV["SCHEME"],
export_method: "app-store",
xcargs: "-allowProvisioningUpdates RELAY_HOST='#{options[:relay_host]}' PROJECT_ID='#{options[:project_id]}' WALLETAPP_SENTRY_DSN='#{options[:sentry_dsn]}' MIXPANEL_TOKEN='#{options[:mixpanel_token]}'"
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(
apple_id: ENV["APPLE_ID"],
Expand Down

0 comments on commit 886e3c8

Please sign in to comment.