mogenerator

How do I use Mogenerator?

I installed Mogenerator. Now what do I do? How do I use it? The first problem I have is that I have no idea where it was installed to. During the install process, it only let me select the hard drive to install it on, not the directory. The most natural location would be the Applications folder, but it isn't there. Next, the readme (wh...

Changing default parameters of Mogenerator

I'm trying to make Core Data objects inherit from my own custom class rather than NSManagedObject. I started using Mogenerator and noticed that it has a --base-class arugument which does exactly what I want. The problem is that by default it doesn't use this parameter, and so every time I save my data model file, it sets the inherited c...

Mogenerator: using a relative path for output-dir from within Xcode

I'm trying to customize the default parameters of Mogenerator. Specifically, I want to customize the --output-dir parameter. It works if I use an absolute path, but I want to use a relative path instead. What's the working directory when Mogenerator is invoked automatically when the .xcdatamodel file is saved? I'm hoping it's some dire...

How do the Mogenerator parameters work, which can I send via Xcode?

The help for Mogenerator is very minimal. What do all the parameters do? ...

How to specify "Target" of Mogenerator generated files?

I have a xcode project with multiple targets (for logic and app unit tests). I am also using core data with the mogenerator plugin to autogenerate source files from the .xcdatamodel. The generate files are not being generated with any of the "target" flags selected. This causes build errors. Is anyone aware of a solution to this. I...