Skip to content

Commit 82bfe0c

Browse files
Merge pull request #274 from ParsePlatform/richardross.osx.scheme.fix
Fix address sanatizer being enabled for OSX release scheme.
2 parents 5f40cce + b974bb3 commit 82bfe0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parse.xcodeproj/xcshareddata/xcschemes/Parse-OSX.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4242
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
4343
shouldUseLaunchSchemeArgsEnv = "YES"
44-
codeCoverageEnabled = "YES">
44+
codeCoverageEnabled = "YES"
45+
enableAddressSanitizer = "YES">
4546
<Testables>
4647
<TestableReference
4748
skipped = "NO">
@@ -74,7 +75,6 @@
7475
useCustomWorkingDirectory = "NO"
7576
ignoresPersistentStateOnLaunch = "NO"
7677
debugDocumentVersioning = "YES"
77-
enableAddressSanitizer = "YES"
7878
debugServiceExtension = "internal"
7979
allowLocationSimulation = "YES">
8080
<MacroExpansion>

0 commit comments

Comments
 (0)