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
     build_app(
26
     build_app(
27
         scheme: "jitsi-meet",
27
         scheme: "jitsi-meet",
28
         include_bitcode: false,
28
         include_bitcode: false,
29
+        include_symbols: true,
29
         export_xcargs: "-allowProvisioningUpdates"
30
         export_xcargs: "-allowProvisioningUpdates"
30
     )
31
     )
31
 
32
 

Loading…
Cancel
Save