• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Core Data Xcode 4 question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core Data Xcode 4 question


  • Subject: Re: Core Data Xcode 4 question
  • From: Andrew Kinnie <email@hidden>
  • Date: Fri, 02 Sep 2011 08:14:22 -0400

Thanks.  I will give that a try.  I have used EOGenerator many times (mostly automatically).  My only concern now is not overwriting the exiting concrete classes.  But I can handle that pretty easily.  All in all, I love the idea, though I wish the automatic plugin worked in Xcode 4.



On Sep 1, 2011, at 11:19 PM, Steve Steinitz wrote:

> Hi Andrew,
>
> I get this mailing list in digest form so hope I'm not too late to chime in with what a wonderful tool
> Jonathan “Wolf” Rentzsch has given to us and has continued to maintain over the years.  I never did use the Xcode plugin and so am used to the command line interface.
>
> Install mogenerator and stash away two terminal commands somewhere for easy access.  Here, for example are my two commands:
>
> cd /Volumes/.../POS/   # the directory containing your model package
>
> mogenerator -m /Volumes/.../POS/Main.xcdatamodeld/Main\ 32.xcdatamodel --output-dir /Volumes/.../POS --template-path /Volumes/...MOGenerator/templates -baseClass DTManagedObject
>
> The only thing I have to change every time is the model version (the "32" above).  Perhaps some bright spark has worked out a way to avoid that.  Also, my commands and my project directory structure have evolved over the years and looking at it freshly, the target directory is probably redundantly specified.
>
> I remember making a template selection at some point in the past to tell mogenerator to use a user-contributed template which facilitated overriding model attribute methods (I think, loosely, that the template tells mogenerator not to define the model attributes as Objective-C 2.0 properties).  I can't remember details of how to set the template.
>
> All the best,
>
> Steve

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: Core Data Xcode 4 question (From: Steve Steinitz <email@hidden>)

  • Prev by Date: Re: determine whether an ancillary program/task can run
  • Next by Date: NSOutlineView - Items only displays when user scrolls in outline view
  • Previous by thread: Re: Core Data Xcode 4 question
  • Next by thread: determine whether an ancillary program/task can run
  • Index(es):
    • Date
    • Thread