Allow use in application extensions#55
Conversation
|
KZPropertyMapper? |
|
Sorry, I meant SZTextView. I raised a similar PR for KZPropertyMapper and must have made a copy and paste mistake. |
|
Are you not interested in taking this change? |
|
potentially yes but i havent gotten around to understand the implications yet.
|
|
Great, let me know if you have any questions. |
|
alright.
|
I am using Carthage
If you're not using
Yes, of course. Non-extension bundles can still link against and use the library. This flag purely indicates that this framework is safe to use in extensions. It has no effect when used in regular applications. |
|
sounds reasonable. thanks a bunch. |
In order to safely use KZPropertyMapper in application extensions, APPLICATION_EXTENSION_API_ONLY needs to be set to YES. This does not have any effect on non-extension bundles.