XCode: Fix runpaths for unit tests

This commit is contained in:
Celtic Minstrel 2016-08-10 02:20:12 -04:00
parent 75cde5ee02
commit 8c54a37350

View file

@ -43,7 +43,8 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
useCustomWorkingDirectory = "YES"
customWorkingDirectory = "$BUILT_PRODUCTS_DIR/Wesnoth.app/Contents/Resources"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "NO"
@ -60,12 +61,12 @@
<EnvironmentVariables>
<EnvironmentVariable
key = "DYLD_FALLBACK_FRAMEWORK_PATH"
value = "./TestFrameworks:./Wesnoth.app/Contents/Frameworks"
value = "../../../TestFrameworks:../Frameworks"
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable
key = "DYLD_FALLBACK_LIBRARY_PATH"
value = "./TestFrameworks:./Wesnoth.app/Contents/Frameworks"
value = "../../../TestFrameworks:../Frameworks"
isEnabled = "YES">
</EnvironmentVariable>
<EnvironmentVariable