Would it be possible to set the APPLICATION_EXTENSION_API_ONLY build configuration setting to YES in the iOS target so it can be embedded / used in iOS extensions, like iMessage?
Done. Will be pushed to master branch soon.
I do not know much about App extensions.
Hope it works well with this change and that nothing breaks.
Really it just seems to forbid use of UIApplication.shared
Ok. you lost me..
Can you explain it like i am 5?
Haha. So iOS extensions aren't allowed access to UIApplication.shared. This setting ensures that the framework doesn't and isn't able to call it is all.
ok.
So if i make the change you requested, then it will be fixed?
Yup.
alright then. well the change is made. I will push the change to master branch soon