From f942311aad13aa7df4753a64dd2d84007c3064d8 Mon Sep 17 00:00:00 2001 From: Anton Stavnichiy <anton.stavnichiy@gmail.com> Date: Thu, 12 Dec 2024 15:30:52 +0700 Subject: [PATCH] Disable donate for all prod builds --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9f70347642..805ac6657c 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -260,7 +260,7 @@ platform :ios do deploy_production prepare_environment(true) - apply_prod_xcconfig('true', 'true') + apply_prod_xcconfig('true', 'false') deploy_production