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

Fix for warnings in iOS 8 #201

Merged
merged 1 commit into from
Jun 6, 2014
Merged

Fix for warnings in iOS 8 #201

merged 1 commit into from
Jun 6, 2014

Conversation

bismark
Copy link
Contributor

@bismark bismark commented Jun 4, 2014

iOS 8 changes objectID from a getter to a @Property.

This causes the following warnings with the old template:

"Type of property 'objectID' does not match type of accessor 'objectID'"

iOS 8 changes objectID from a getter to a @Property.

This causes the following warnings with the old template:

"Type of property 'objectID' does not match type of accessor 'objectID'"
@rentzsch
Copy link
Owner

rentzsch commented Jun 6, 2014

Awesome, thanks!

rentzsch added a commit that referenced this pull request Jun 6, 2014
[CHANGE] iOS 8 changes objectID from a getter into a property, resulting in a warning. Templates updated to match. (Ryan Johnson)
@rentzsch rentzsch merged commit b9b0157 into rentzsch:master Jun 6, 2014
@ollieatkinson
Copy link

Whens this scheduled for release? 👍 for getting this in!

@fatuhoku
Copy link

👍 Nice.

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.

4 participants