File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
SwiftLocation/SwiftLocation.xcodeproj Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -264,9 +264,10 @@ public class LocationRequest: Request {
264264 }
265265
266266 // Remove request from queue if some conditions are verified
267- stopRequestIfNeeded ( )
268- // Stop and restart timeout timer if needed
269- startTimeout ( )
267+ if stopRequestIfNeeded ( ) == false {
268+ // Stop and restart timeout timer if needed
269+ startTimeout ( )
270+ }
270271 }
271272
272273 private func isValidMinimumDistance( _ loc: CLLocation ) -> Bool {
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SwiftLocation'
3- s . version = '2.0.6 '
3+ s . version = '2.0.7 '
44 s . license = 'MIT'
55 s . summary = 'Efficent and Easy Location Monitoring in Swift'
66 s . homepage = 'https://github.com/malcommac/SwiftLocation'
Original file line number Diff line number Diff line change 451451 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
452452 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
453453 COPY_PHASE_STRIP = NO;
454- CURRENT_PROJECT_VERSION = 6 ;
454+ CURRENT_PROJECT_VERSION = 7 ;
455455 DEBUG_INFORMATION_FORMAT = dwarf;
456456 ENABLE_STRICT_OBJC_MSGSEND = YES;
457457 ENABLE_TESTABILITY = YES;
504504 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
505505 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
506506 COPY_PHASE_STRIP = NO;
507- CURRENT_PROJECT_VERSION = 6 ;
507+ CURRENT_PROJECT_VERSION = 7 ;
508508 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
509509 ENABLE_NS_ASSERTIONS = NO;
510510 ENABLE_STRICT_OBJC_MSGSEND = YES;
You can’t perform that action at this time.
0 commit comments