XCode: Fix runpaths for unit tests
This commit is contained in:
parent
75cde5ee02
commit
8c54a37350
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue