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:
Celtic Minstrel 2022-07-02 09:31:15 -04:00
parent b22f57ea08
commit e39f91682a

View file

@ -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"