Skip to content

Commit b974bb3

Browse files
Fix address sanatizer being enabled for OSX release scheme.
Probably happened during one of our scheme recreations. This makes it very difficult to link against parse for OSX.
1 parent 5f40cce commit b974bb3

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)