Skip to content

Commit 7d5d221

Browse files
committed
Merge branch 'release/4.0.1'
2 parents b357bd6 + 74925e1 commit 7d5d221

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Sources/LocationManager.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,11 @@ public class LocationManager: NSObject {
549549
manager.stopMonitoringSignificantLocationChanges()
550550
return
551551
}
552+
/// The significant-change location service requires always authorization.
553+
/// With this service, the location manager ignores the values in its distanceFilter and
554+
/// desiredAccuracy properties, so you do not need to configure them.
555+
requireUserAuthorization(.always)
556+
/// Start monitoring
552557
manager.startMonitoringSignificantLocationChanges()
553558
break
554559
}

SwiftLocation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftLocation"
3-
s.version = "4.0.0"
3+
s.version = "4.0.1"
44
s.summary = "Easy and Efficient Location Tracking for iOS"
55
s.description = <<-DESC
66
Efficient location tracking for iOS with support for oneshot/continuous/background tracking, reverse geocoding, autocomplete and more!

0 commit comments

Comments
 (0)