Re: XCode basic questions - help
Re: XCode basic questions - help
- Subject: Re: XCode basic questions - help
- From: Mark Thomas <email@hidden>
- Date: Thu, 31 Mar 2005 21:58:08 +0100
- Organization: Coderus Ltd
Thanks for the info, and I have just about it all working correctly, but I
cannot seem to copy any shared libraries (jni libs and .dyld's) which I have
and also .jar files as well.
Any idea's how I can just get it to copy it to the destination resource
folder, as it seems to try to link it in :-(.
Also any reason, why I cannot remove items in from within a folder item,
when I dropped it into the resources folder within Xcode. As I have a
general folder where there are many bsd scripts and .kexts, but I don't need
them all, but each product has a mix of them which is why I like to try to
keep them together otherwise it be problematic remembering which is latests,
so I thought drop this folder within Xcode resource folder in copy mode, and
then try to just remove the scripts which are for this target but this
didn't work, as nothing happened when I hit delete :-(.
I also tried to temporally remove them when I added them to Xcode, so the
right thing happened in the IDE, then put the files back in to the folder
but then on a build it copied all the files over :-(. ( I wonder if there it
a way to say I create an empty folder, and then individually put the items
into the IDE ???, as it seems to me if you drop a folder it will copy
everything in that that folder, not necessary what is there when put into
the IDE ???.
Does this make sense ??? - hope so, as I'm trying to tidy up the build
process, but still finding my XCode feet.
Thanks in advance,
Mark.
> Message: 7
> Date: Wed, 30 Mar 2005 13:55:44 -0800
> From: Chris Espinosa <email@hidden>
> Subject: Re: XCode basic questions - help
> To: XCode Users <email@hidden>
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="us-ascii"
>
> On Mar 30, 2005, at 1:26 PM, Mark Thomas wrote:
>
>> 1) What's the Concept of Resource's folder within Xcode, does that
>> mean,
>> anything which is within that item in the project will get copied
>> into the
>> my .app Resources folder ???.
>
> The Resources group in Xcode is just a project organizing principle,
> it has nothing really to do with what gets built in your
> application. You can put your app resources anywhere in your
> project. The main point is that resources that are in the Copy
> Bundle Resources build phase (turn down Targets in your Groups &
> Files list, then turn down your application target) get copied into
> your app's Resources folder, and items in the ResourceManager
> Resources build phase get processed through Rez and ResMerger and put
> into the Resources folder.
>
>> 2) Following on from this, How easy then is it to add different
>> targets/project, where I have a resources folder filled with
>> differen't
>> files, as our application has differen't varitions of functionality
>> depending on what's with the resources folder.
>
> You can have different targets that all have the same settings but
> different selections of files in the Copy Bundle Resources and
> ResoourceManager Resources build phase. If you don't want a
> particular file in your current target, just uncheck its Target
> Membership checkbox in the Detail view.
_______________________________________________
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