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

Fixed source code warnings because of iOS 8 checks #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

apouche
Copy link

@apouche apouche commented Dec 15, 2014

I've removed the registerForRemoteNotificationTypes helper because it wasn't used in the app and I've fixed a warning that was occurring when compiling the source code directly in a binary target on iOS 8 targets.

Let me know if you have any questions.

@adamvduke
Copy link
Member

Hey @apouche, thanks for the patch! I'm curious if there is a way we can do this with compiler directives rather than removing the method entirely. I'm all for removing dead code, but just want to be sure we are comfortable with the build tools and deployment target versions that this might deprecate. We'll leave this open for now and talk it over. Thanks again.

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