Skip to content

rentzsch/mogenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

797dcd5 · Jan 31, 2019
Mar 27, 2016
Mar 22, 2016
Aug 25, 2015
Nov 30, 2011
Aug 24, 2015
Jan 31, 2019
Aug 5, 2018
Aug 24, 2015
Jan 23, 2019
Aug 9, 2018
Jan 30, 2019
Nov 29, 2015
Jan 30, 2019
Apr 6, 2016
Jan 31, 2019
Jan 31, 2019
Jan 31, 2019
Jul 24, 2015
Jan 31, 2019
Jan 31, 2019
Aug 24, 2015

Repository files navigation

mogenerator

Visit the project's pretty homepage.

Here's mogenerator's elevator pitch:

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.

Want more detail? John Blanco has authored a detailed writeup about mogenerator.

Using mogenerator

Senseful wrote up a nice summary of mogenerator's command-line options.

Version History

v1.32: Wed Jan 30 2019 download

Further history is listed in the Version History file.