From 1bd77a68f86f9dc79b3f1776b1f865e3df5daf1d Mon Sep 17 00:00:00 2001 From: flaviuvsp Date: Mon, 4 Nov 2024 14:34:47 +0200 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 88823bd4..341037b8 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -42,7 +42,7 @@ platform :ios do # connect to the app store app_store_connect_api_key(duration: 1200, # optional (maximum 1200) in_house: false, - is_key_content_base64: true + is_key_content_base64: false ) # resolve the provisioning profiles and certs from private repo @@ -98,7 +98,7 @@ platform :ios do # connect to the app store app_store_connect_api_key(duration: 1200, # optional (maximum 1200) in_house: false, - is_key_content_base64: true + is_key_content_base64: false ) # resolve the provisioning profiles and certs from private repo