delba / Permission

A unified API to ask for permissions on iOS
MIT License
2.9k stars 320 forks source link

Cocoapods Integration - MACROS Issues #113

Closed saruvij closed 7 years ago

saruvij commented 7 years ago

Cocoapods Integration raises these issues.

Tried defining all these Macros: PERMISSION_CONTACTS, PERMISSION_ADDRESS_BOOK, etc... in a separate Constants.h file. But, they aren't read properly, it seems.

What's the preferred way to do this?

Also, is there any working sample code?

saruvij commented 7 years ago

This one fixes the Macros issue.