Correct link to mogenerator good sales pitch…
http://raptureinvenice.com/getting-started-with-mogenerator/
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the modera
On 2014 Sep 05, at 20:22, Jim Geist wrote:
> Workaround other than hand-tweaking the class?
You could use mogenerator instead of Xcode to generate your Core Data classes.
Although I’ve not tried it yet, supposedly mogenerator now has a —-swift
option.
https://github.com/rentzsch/mogenerato
Say my app is called MyGreatApp, and I have a Core Data entity named Entity.
Per instructions, I namespace the class associated with the entity and call it
MyGreatApp.Entity. When I use Create NSManagedObject Subclasses and tell it to
generate Swift files, I get a class called MyGreatApp that co