Skip to content

Commit

Permalink
Temporarily enable all of the debugging on Release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Mar 15, 2021
1 parent 9812913 commit 4b11f20
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Hammerspoon.xcworkspace/xcshareddata/xcschemes/Release.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,17 @@
buildConfiguration = "Release"
selectedDebuggerIdentifier = ""
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
disableMainThreadChecker = "YES"
enableAddressSanitizer = "YES"
enableASanStackUseAfterReturn = "YES"
enableUBSanitizer = "YES"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
customWorkingDirectory = "$(PROJECT_DIR)/build"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugXPCServices = "NO"
debugServiceExtension = "internal"
enableGPUValidationMode = "1"
allowLocationSimulation = "YES"
viewDebuggingEnabled = "No">
<BuildableProductRunnable
Expand All @@ -124,6 +127,18 @@
ReferencedContainer = "container:Hammerspoon.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
<AdditionalOption
key = "NSZombieEnabled"
value = "YES"
isEnabled = "YES">
</AdditionalOption>
<AdditionalOption
key = "MallocScribble"
value = ""
isEnabled = "YES">
</AdditionalOption>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down

0 comments on commit 4b11f20

Please sign in to comment.