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

Require only App-Extension-Safe API #58

Merged
merged 1 commit into from Apr 2, 2018

Conversation

LinusU
Copy link
Contributor

@LinusU LinusU commented Mar 26, 2018

This PR includes #57 also, since I needed both ☺️

I'd be happy to rebase if you want to merge that one first.

This patch adds a flag that tells Xcode that we are only using APIs that are safe to use inside an app extension. This is needed to be able to use this library inside an app extension at all, read more here:

https://developer.apple.com/library/content/documentation/General/Conceptual/ExtensibilityPG/ExtensionOverview.html#//apple_ref/doc/uid/TP40014214-CH2-SW6

@LinusU LinusU changed the title App extension compat Require only App-Extension-Safe API Mar 26, 2018
@artman artman self-requested a review March 31, 2018 19:47
Copy link
Owner

@artman artman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, please rebase on master.

@LinusU
Copy link
Contributor Author

LinusU commented Apr 2, 2018

@artman rebased 👌

@artman artman merged commit fe177f8 into artman:master Apr 2, 2018
@LinusU
Copy link
Contributor Author

LinusU commented Apr 3, 2018

@artman Thank you! Would you mind tagging a new release? Maybe 5.1.0?

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