From 3217ef2bb40bca43b313e14a7aff9e40df08699d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 16 Apr 2019 12:10:24 +0200 Subject: [PATCH] ios: make sure symbols are uploaded to TestFlight While that option should default to true, let's be explicit about it. --- ios/fastlane/Fastfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index c21793cc7..13d1456ab 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -26,6 +26,7 @@ platform :ios do build_app( scheme: "jitsi-meet", include_bitcode: false, + include_symbols: true, export_xcargs: "-allowProvisioningUpdates" )