Xcode: Fix tests working directory

This commit is contained in:
2018-04-07 10:01:08 -04:00
parent 4e6d690de6
commit 514a5dccc9

View File

@@ -44,7 +44,7 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "YES"
customWorkingDirectory = "$PROJECT_DIR/../test"
customWorkingDirectory = "$PROJECT_DIR/../../test"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "NO"