From 9244053214249ff2b1325153a156bf7e27b730b9 Mon Sep 17 00:00:00 2001 From: "Dawid Wyrkowski (Dawqss)" Date: Tue, 22 Oct 2024 12:13:36 +0200 Subject: [PATCH] chore(): update rest of sync_code_signing --- ios/fastlane/Fastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 7582bf2..cae07e9 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -35,6 +35,7 @@ platform :ios do sync_code_signing( type: "appstore", app_identifier: "com.dawidcompany.simpleweatherapp", + git_basic_authorization: Base64.strict_encode64(GIT_AUTHORIZATION), force_for_new_devices: true, readonly: false ) @@ -47,6 +48,7 @@ platform :ios do sync_code_signing( type: "appstore", app_identifier: 'com.dawidcompany.simpleweatherapp', + git_basic_authorization: Base64.strict_encode64(GIT_AUTHORIZATION), force_for_new_devices: true, readonly: true )