mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Add RUST_BACKTRACE environment variable (disabled)
This commit is contained in:
parent
5762dc3037
commit
198127c5d7
@ -95,6 +95,13 @@
|
||||
</BuildableProductRunnable>
|
||||
<CommandLineArguments>
|
||||
</CommandLineArguments>
|
||||
<EnvironmentVariables>
|
||||
<EnvironmentVariable
|
||||
key = "RUST_BACKTRACE"
|
||||
value = "full"
|
||||
isEnabled = "NO">
|
||||
</EnvironmentVariable>
|
||||
</EnvironmentVariables>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
|
@ -18,6 +18,10 @@ schemes:
|
||||
config: Release
|
||||
run:
|
||||
config: Debug
|
||||
environmentVariables:
|
||||
- variable: RUST_BACKTRACE
|
||||
value: full
|
||||
isEnabled: false
|
||||
test:
|
||||
config: Debug
|
||||
gatherCoverageData: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user