From 945055d8785cfc07a5cad5c302c7bbd98a2a3b0e Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 13 Oct 2024 19:01:11 +0200 Subject: [PATCH] chore: Update match command in Fastfile to force appstore certificate synchronization --- ios/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 82bb5a2..44eced3 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -26,7 +26,7 @@ platform :ios do desc "Synchronize all appstore certificates" lane :sync_all_appstore_certs do - match(type: "appstore") + match(type: "appstore", force: true) end desc "Register new devices"