Xcode: Remove the DYLD environment variables from the unit test scheme
It runs without them so there's no point in them being there.
This commit is contained in:
parent
b22f57ea08
commit
e39f91682a
1 changed files with 0 additions and 17 deletions
|
@ -69,23 +69,6 @@
|
|||
isEnabled = "YES">
|
||||
</CommandLineArgument>
|
||||
</CommandLineArguments>
|
||||
<EnvironmentVariables>
|
||||
<EnvironmentVariable
|
||||
key = "DYLD_FALLBACK_FRAMEWORK_PATH"
|
||||
value = "../../../TestFrameworks:../Frameworks"
|
||||
isEnabled = "YES">
|
||||
</EnvironmentVariable>
|
||||
<EnvironmentVariable
|
||||
key = "DYLD_FALLBACK_LIBRARY_PATH"
|
||||
value = "../../../TestFrameworks:../Frameworks"
|
||||
isEnabled = "YES">
|
||||
</EnvironmentVariable>
|
||||
<EnvironmentVariable
|
||||
key = "DYLD_IMAGE_SUFFIX"
|
||||
value = "-mt"
|
||||
isEnabled = "YES">
|
||||
</EnvironmentVariable>
|
||||
</EnvironmentVariables>
|
||||
</LaunchAction>
|
||||
<ProfileAction
|
||||
buildConfiguration = "Release"
|
||||
|
|
Loading…
Add table
Reference in a new issue