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.
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
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.
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