From 094466b49173becd4e6b8f951373eff464445126 Mon Sep 17 00:00:00 2001 From: Artur Guseinov Date: Wed, 10 May 2023 14:12:53 +0300 Subject: [PATCH] Force new profiles --- fastlane/Fastfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 76a63d5f8..b7e71fc34 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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"],