summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/src/actions/xcode/xcode_scheme.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/src/actions/xcode/xcode_scheme.lua')
-rw-r--r--3rdparty/genie/src/actions/xcode/xcode_scheme.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/genie/src/actions/xcode/xcode_scheme.lua b/3rdparty/genie/src/actions/xcode/xcode_scheme.lua
index c261aa35fbc..236d6fa365a 100644
--- a/3rdparty/genie/src/actions/xcode/xcode_scheme.lua
+++ b/3rdparty/genie/src/actions/xcode/xcode_scheme.lua
@@ -16,7 +16,7 @@ local xcode = premake.xcode
_p(indent + 0, '<BuildableReference')
_p(indent + 1, 'BuildableIdentifier = "primary"')
_p(indent + 1, 'BlueprintIdentifier = "%s"', prj.xcode.projectnode.targetid)
- _p(indent + 1, 'BuildableName = "%s"', cfg.buildtarget.name)
+ _p(indent + 1, 'BuildableName = "%s.app"', cfg.buildtarget.name)
_p(indent + 1, 'BlueprintName = "%s"', prj.name)
_p(indent + 1, 'ReferencedContainer = "container:%s.xcodeproj">', prj.name)
_p(indent + 0, '</BuildableReference>')
@@ -172,7 +172,7 @@ local xcode = premake.xcode
_p(2, 'useCustomWorkingDirectory = "NO"')
end
_p(2, 'ignoresPersistentStateOnLaunch = "NO"')
- _p(2, 'debugDocumentVersioning = "YES"')
+ _p(2, 'debugDocumentVersioning = "NO"')
_p(2, 'debugServiceExtension = "internal"')
_p(2, 'allowLocationSimulation = "YES">')
if debugcfg.debugcmd then
@@ -201,7 +201,7 @@ local xcode = premake.xcode
else
_p(2, 'useCustomWorkingDirectory = "NO"')
end
- _p(2, 'debugDocumentVersioning = "YES">')
+ _p(2, 'debugDocumentVersioning = "NO">')
_p(2, '<BuildableProductRunnable')
_p(3, 'runnableDebuggingMode = "0">')
buildableref(3, primary, releasecfg)