mac-cain13 / CoreDataKit

CoreDataKit makes common operations on objects and importing into CoreData a breeze.
MIT License
36 stars 17 forks source link

Renamed CoreDataKit class to CDK #15

Closed tomlokhorst closed 9 years ago

tomlokhorst commented 9 years ago

Using the same name for a class as well as the framework causes some problems with imports.

Since the class was only used as a namespace anyway, this changes the class name to CDK instead of CoreDataKit.

tomlokhorst commented 9 years ago

This would perhaps necessitate a version bump. Since it changes the API significantly.

mac-cain13 commented 9 years ago

Merged into develop.