Support Application Extensions
treyrich opened this issue · 1 comments
treyrich commented
When including this library in an application extension, I get the following warning:
Linking against a dylib which is not safe for use in application extensions
. All that should be required to supress this warning is to set the target’s “Require Only App-Extension-Safe API” build setting to Yes.
yeahdongcn commented
Done