Skip to content

Commit

Permalink
Force new profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
flypaper0 committed May 10, 2023
1 parent 265a0a6 commit 094466b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ platform :ios do
git_url: "https://github.com/WalletConnect/match-swift.git",
git_basic_authorization: options[:token],
api_key: api_key,
include_all_certificates: true
include_all_certificates: true,
force_for_new_devices: true,
force_for_new_certificates: true
)
number = latest_testflight_build_number(
app_identifier: ENV["APP_IDENTIFIER"],
Expand Down

0 comments on commit 094466b

Please sign in to comment.