mogenerator

v 1.32 Updated: 10 months ago

Core Data code generation

mogenerator is a command-line tool that, given an .xcdatamodel file, will generate two classes per entity. The first class, _MyEntity, is intended solely for machine consumption and will be continuously overwritten to stay in sync with your data model. The second class, MyEntity, subclasses _MyEntity, won't ever be overwritten and is a great place to put your custom logic.

http://rentzsch.github.io/mogenerator/

To install mogenerator, paste this in macOS terminal after installing MacPorts

sudo port install mogenerator

Add to my watchlist

Installations 1
Requested Installations 1