| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ae6a661 commit 7456a83
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,12 +17,12 @@ declare const enum CLAuthorizationStatus { | |||
| 17 | 17 | kCLAuthorizationStatusRestricted = 1, | |
| 18 | 18 | ||
| 19 | 19 | kCLAuthorizationStatusDenied = 2, | |
| 20 | + | ||
| 21 | + kCLAuthorizationStatusAuthorized = 3, | ||
| 20 | 22 | ||
| 21 | - kCLAuthorizationStatusAuthorizedAlways = 3, | ||
| 23 | + kCLAuthorizationStatusAuthorizedAlways = 4, | ||
| 22 | 24 | ||
| 23 | - kCLAuthorizationStatusAuthorizedWhenInUse = 4, | ||
| 24 | - | ||
| 25 | - kCLAuthorizationStatusAuthorized = 3 | ||
| 25 | + kCLAuthorizationStatusAuthorizedWhenInUse = 5 | ||
| 26 | 26 | } | |
| 27 | 27 | ||
| 28 | 28 | declare class CLBeacon extends NSObject implements NSCopying, NSSecureCoding { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments