Skip to content

Commit

Permalink
Merge branch 'release/4.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Apr 30, 2019
2 parents b357bd6 + 74925e1 commit 7d5d221
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Sources/LocationManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,11 @@ public class LocationManager: NSObject {
manager.stopMonitoringSignificantLocationChanges()
return
}
/// The significant-change location service requires always authorization.
/// With this service, the location manager ignores the values in its distanceFilter and
/// desiredAccuracy properties, so you do not need to configure them.
requireUserAuthorization(.always)
/// Start monitoring
manager.startMonitoringSignificantLocationChanges()
break
}
Expand Down
2 changes: 1 addition & 1 deletion SwiftLocation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftLocation"
s.version = "4.0.0"
s.version = "4.0.1"
s.summary = "Easy and Efficient Location Tracking for iOS"
s.description = <<-DESC
Efficient location tracking for iOS with support for oneshot/continuous/background tracking, reverse geocoding, autocomplete and more!
Expand Down

0 comments on commit 7d5d221

Please sign in to comment.