Xcode: Set correct working directory for unit tests

This commit is contained in:
Celtic Minstrel 2022-07-01 22:36:49 -04:00
parent 90f1c01f41
commit c2593ff79c

View File

@ -36,7 +36,7 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "YES"
customWorkingDirectory = "$BUILT_PRODUCTS_DIR/The Battle for Wesnoth.app/Contents/MacOS"
customWorkingDirectory = "$BUILT_PRODUCTS_DIR/The Battle for Wesnoth.app/Contents/Resources"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "NO"
debugServiceExtension = "internal"