Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App extension safe API #17

Merged
merged 2 commits into from
Dec 6, 2016
Merged

App extension safe API #17

merged 2 commits into from
Dec 6, 2016

Conversation

leoMehlig
Copy link
Contributor

I use this project in an App extension and always got the warning that this library isn't App extension safe.
Since the code doesn't reference any non App Extension safe APIs, it is safe to enable this.

I also updated the project settings to the recommended settings in Xcode 8.1

- Used the 'Update' dialog in Xcode 8.1 to update the project to the
recommended settings.
- Set the Swift version to be 3.0.1
Since there is no API used by the Library that is not extension safe,
its safe to switch this on which will prevent warnings if one uses this
framework in an App extension
@marmelroy
Copy link
Owner

Thanks a lot @leoMehlig and sorry for the delay. Merging.

@marmelroy marmelroy merged commit f5732e0 into marmelroy:master Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants