sparrowcode / PermissionsKit

Universal API for request permission and get its statuses.
https://x.com/sparrowcode_ios
MIT License
5.64k stars 462 forks source link

Fix mapping of location authorization status #331

Closed AF-cgi closed 1 year ago

AF-cgi commented 1 year ago

Goal

The mapping of the AuthorizationStatus for LocationPermission has been fixed. If you use the access case .whenInUse, the status return always .denied. This would be fixed with this PR.

ivanvorobei commented 1 year ago

Thanks, my bad

ivanvorobei commented 1 year ago

Release 10.0.1 available.