iosphere / ISHPermissionKit

A polite and unified way of asking for permission on iOS
https://iosphere.de
Other
614 stars 44 forks source link

Resolve issue where importing a file causes a deprecation warning #104

Closed floschliep closed 3 years ago

floschliep commented 3 years ago

Importing ISHPermissionCategory.h(or any file that imports this) will throw a deprecation warning, because the deprecated symbols (ISHPermissionCategoryNotificationLocal and ISHPermissionCategoryNotificationRemote) are used in the header itself.

Example: Bildschirmfoto 2021-01-08 um 15 44 24

I was unsure how version updates work in this repository, so I took this commit as template.