iosphere / ISHPermissionKit

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

Add secondary xcconfig hook for better Carthage support #85

Closed shagedorn closed 8 years ago

shagedorn commented 8 years ago

Fix #63

The Carthage directory structure is as follows:

+ root
|-AppFolder
|-Carthage
    |-Build
    |-Checkout
         |-ISHPermissionKit

Without the changes, the configuration had to be within Checkout, which can be re-created at any time. With these changes, you can put the file into the root directory.