Skip to content

Commit a95e6a9

Browse files
committed
You can ask for location on watchOS since 3.0
1 parent 7b35380 commit a95e6a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "mxcl/PromiseKit" "5.0.0"
1+
github "mxcl/PromiseKit" "5.0.1"

Sources/CLLocationManager+Promise.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private class LocationManager: CLLocationManager, CLLocationManagerDelegate {
7474
}
7575

7676

77-
#if os(iOS)
77+
#if os(iOS) || os(watchOS)
7878

7979
extension CLLocationManager {
8080
/// request CoreLocation authorization from user

0 commit comments

Comments
 (0)