Re: Core Data and reading a data file

2010-05-07 Thread Joanna Carter
Hi Jerry > Having made the mistake of using multiple projects for related products as a > beginner, I would strongly recommend that Paul consider developing these two > products as two targets within a single Xcode project. And if you're not > sure which is better, Paul, use a single project.

Re: Core Data and reading a data file

2010-05-06 Thread Jerry Krinock
On 2010 May 06, at 15:30, Joanna Carter wrote: > Simply copy the model file and associated code to the second project. Having made the mistake of using multiple projects for related products as a beginner, I would strongly recommend that Paul consider developing these two products as two targe

Re: Core Data and reading a data file

2010-05-06 Thread Joanna Carter
Hi Paul > I have two programs. The first one (Setup) creates a file that the > second one (Main) reads to initialize an array. > > I want to use the Data Modeler and Core Data. > > Setup is a Core Data Command Line Tool while Main is a Cocoa > document-based application that also uses Core Data.

Core Data and reading a data file

2010-05-06 Thread Paul Johnson
I have two programs. The first one (Setup) creates a file that the second one (Main) reads to initialize an array. I want to use the Data Modeler and Core Data. Setup is a Core Data Command Line Tool while Main is a Cocoa document-based application that also uses Core Data. In Main's application