Re: Newbie Question - Subprojects in XCode
Re: Newbie Question - Subprojects in XCode
- Subject: Re: Newbie Question - Subprojects in XCode
- From: Jean-Daniel Dupas <email@hidden>
- Date: Thu, 19 Jun 2008 13:54:48 +0200
Le 19 juin 08 à 13:32, Adil Saleem a écrit :
Hi,
I am relatively new to Mac programming. I've been
trying hard to understand multiple projects in Xcode.
But so far i haven't understood as to how to implement
multiple projects in Xcode.
Suppose i have Cocoa applications A and B. I want them
to be a part of the larger project C. How do i add
projects A and B as subprojects of C, so that whenever
i compile/build i don't have to separately build all 3
of them.
If somebody please give me a simple code or
step-by-step guide, i'll be grateful.
Thanx
You may either create 3 Targets in one project (the simplest way to do
it), or drag and drop your "subprojects" files into your main project
window.
In both case, you have then to edit your main target settings to set
dependencies.
http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeUserGuide/Contents/Resources/en.lproj/05_02_bs_targets/chapter_31_section_3.html
http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeUserGuide/Contents/Resources/en.lproj/01_40_tasks_add_files/chapter_7_section_7.html
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden