Jtapplecalendar: Enable APPLICATION_EXTENSION_API_ONLY in iOS target.

Created on 2 Apr 2019  路  8Comments  路  Source: patchthecode/JTAppleCalendar

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?

All 8 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

programus picture programus  路  3Comments

VladFrolov picture VladFrolov  路  4Comments

carlosper88 picture carlosper88  路  4Comments

dbmrq picture dbmrq  路  5Comments

Kevinw14 picture Kevinw14  路  3Comments