瀏覽代碼

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,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…
取消
儲存