File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Firebase.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 87
87
@brief The maximum difference between time two dates (in seconds), after which they will be
88
88
considered different.
89
89
*/
90
- static const NSTimeInterval kMaxDifferenceBetweenDates = 0.0001 ;
90
+ static const NSTimeInterval kMaxDifferenceBetweenDates = 0.001 ;
91
91
92
92
/* * @var kFakeIsNewUSerFlag
93
93
@brief The fake fake isNewUser flag in the response.
Original file line number Diff line number Diff line change 110
110
buildConfiguration = " Debug"
111
111
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
112
112
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
113
- language = " "
113
+ enableThreadSanitizer = " YES"
114
+ enableUBSanitizer = " YES"
114
115
shouldUseLaunchSchemeArgsEnv = " YES" >
115
116
<Testables >
116
117
<TestableReference
184
185
</BuildableReference >
185
186
</MacroExpansion >
186
187
<AdditionalOptions >
188
+ <AdditionalOption
189
+ key = " NSZombieEnabled"
190
+ value = " YES"
191
+ isEnabled = " YES" >
192
+ </AdditionalOption >
187
193
</AdditionalOptions >
188
194
</TestAction >
189
195
<LaunchAction
190
196
buildConfiguration = " Debug"
191
197
selectedDebuggerIdentifier = " Xcode.DebuggerFoundation.Debugger.LLDB"
192
198
selectedLauncherIdentifier = " Xcode.DebuggerFoundation.Launcher.LLDB"
193
- language = " "
194
199
launchStyle = " 0"
195
200
useCustomWorkingDirectory = " NO"
196
201
ignoresPersistentStateOnLaunch = " NO"
You can’t perform that action at this time.
0 commit comments