Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace deprecated API -
CLLocationManager.authorizationStatus()
(#27)
* Calling CLLocationManager.authorizationStatus() is deprecated in iOS 14, tvOS 14, watchOS 7, and macOS 11. Instead, this has been replaced with a call to the `authorizationStatus` instance variable. * Fix indentation * Sets the minimum iOS version back to 13
- Loading branch information