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

Feature coredata #19

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

Feature coredata #19

wants to merge 7 commits into from

Conversation

netbe
Copy link
Contributor

@netbe netbe commented Jan 7, 2015

Fixes #15

  • Unit Tests
  • Code review

@netbe
Copy link
Contributor Author

netbe commented Jan 7, 2015

@sinnerschrader-mobile/ios to be code reviewed

@netbe
Copy link
Contributor Author

netbe commented Jan 23, 2015

Fixes #15


+ (NSEntityDescription*)entityInManagedObjectContext:(NSManagedObjectContext*)moc_
{
#warning use mogenerator
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a bit ugly. We should make sure this works with projects that don't use MOGenerator, or that have a different MOGenerator template file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, it seems to be more a dependency, we could remove the method and move the declaration to a protocol. Then use custom mogenerator template to declare the method

Nils Grabenhorst and others added 3 commits September 9, 2015 12:10
…ategory

This will make it easier to later move those methods to the MOGenerator template.

This commit also groups methods by public/private. The public methods also got shorter names.
Because properties are attributes or relationships, but this method only uses attributes.
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.

CoreData spec
2 participants