File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Example/Firestore.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 27
27
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
28
28
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
29
29
shouldUseLaunchSchemeArgsEnv = " YES"
30
- enableAddressSanitizer = " YES"
31
30
enableASanStackUseAfterReturn = " YES" >
32
31
<MacroExpansion >
33
32
<BuildableReference
38
37
ReferencedContainer = " container:Firestore.xcodeproj" >
39
38
</BuildableReference >
40
39
</MacroExpansion >
41
- <AdditionalOptions >
42
- <AdditionalOption
43
- key = " NSZombieEnabled"
44
- value = " YES"
45
- isEnabled = " YES" >
46
- </AdditionalOption >
47
- </AdditionalOptions >
48
40
<Testables >
49
41
<TestableReference
50
42
skipped = " NO" >
62
54
buildConfiguration = " Debug"
63
55
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
64
56
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
65
- enableAddressSanitizer = " YES"
66
57
launchStyle = " 0"
67
58
useCustomWorkingDirectory = " NO"
68
59
ignoresPersistentStateOnLaunch = " NO"
Original file line number Diff line number Diff line change 17
17
#include " Firestore/core/src/nanopb/byte_string.h"
18
18
19
19
#include < cctype>
20
+ // NOLINTNEXTLINE(build/include_order)
20
21
#include < cstdlib>
21
22
#include < cstring>
22
23
#include < iomanip>
Original file line number Diff line number Diff line change 17
17
#include " Firestore/core/src/nanopb/byte_string.h"
18
18
19
19
#include < cstdint>
20
+ // NOLINTNEXTLINE(build/include_order)
20
21
#include < cstdlib>
21
22
22
23
#include " Firestore/core/src/nanopb/nanopb_util.h"
You can’t perform that action at this time.
0 commit comments