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

Set "Require Only App-Extension-Safe API" to YES #175

Merged
merged 1 commit into from Feb 25, 2016
Merged

Set "Require Only App-Extension-Safe API" to YES #175

merged 1 commit into from Feb 25, 2016

Conversation

r-peck
Copy link
Contributor

@r-peck r-peck commented Feb 25, 2016

Without this setting, any application extensions will warn on linking with this framework and can result in app store rejection. Adding the setting only prevents use of APIs that are unavailable in the context of an extension (such as UIApplication.sharedApplication() on iOS).

@daltoniam
Copy link
Owner

Thanks for the notes. I agreed it should be a problem since Starscream mainly uses foundation APIs. Thanks!

daltoniam added a commit that referenced this pull request Feb 25, 2016
Set "Require Only App-Extension-Safe API" to YES
@daltoniam daltoniam merged commit e32674a into daltoniam:master Feb 25, 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.

2 participants