From 676e943d812252a5be9ae56b4e52944955c0d1ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 14 Nov 2019 15:58:39 +0100 Subject: [PATCH] ios: fix typo in Fastlane file --- ios/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 4f5f150f5..34cf7ef46 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -72,7 +72,7 @@ platform :ios do changelog: ENV["JITSI_CHANGELOG"], demo_account_required: false, distribute_external: true, - reject_build_waiting_for_review: true + reject_build_waiting_for_review: true, uses_non_exempt_encryption: false )