nickoneill / PermissionScope

Intelligent iOS permissions UI and unified API
MIT License
4.85k stars 507 forks source link

Unified Permission API #199

Closed nevinjethmalani closed 7 years ago

nevinjethmalani commented 7 years ago

I am not sure whether you have updated the docs for swift 3 but I noticed that on the unified permissions API the .unknown, .unauthorized, .disabled, and .authorized should be lower case not upper case (in the switch statement).

nickoneill commented 7 years ago

Thanks @nevinjethmalani, I'll catch this during the swift3 changeover