Browse Source

ios: make sure symbols are uploaded to TestFlight

While that option should default to true, let's be explicit about it.
master
Saúl Ibarra Corretgé 6 years ago
parent
commit
3217ef2bb4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      ios/fastlane/Fastfile

+ 1
- 0
ios/fastlane/Fastfile View File

@@ -26,6 +26,7 @@ platform :ios do
26 26
     build_app(
27 27
         scheme: "jitsi-meet",
28 28
         include_bitcode: false,
29
+        include_symbols: true,
29 30
         export_xcargs: "-allowProvisioningUpdates"
30 31
     )
31 32
 

Loading…
Cancel
Save