ios: make sure symbols are uploaded to TestFlight
While that option should default to true, let's be explicit about it.
This commit is contained in:
parent
e5caca9cfd
commit
3217ef2bb4
|
@ -26,6 +26,7 @@ platform :ios do
|
|||
build_app(
|
||||
scheme: "jitsi-meet",
|
||||
include_bitcode: false,
|
||||
include_symbols: true,
|
||||
export_xcargs: "-allowProvisioningUpdates"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue