浏览代码

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 年前
父节点
当前提交
3217ef2bb4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      ios/fastlane/Fastfile

+ 1
- 0
ios/fastlane/Fastfile 查看文件

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
 

正在加载...
取消
保存