Re: Subdirectories in app bundle
Re: Subdirectories in app bundle
- Subject: Re: Subdirectories in app bundle
- From: Keith Duncan <email@hidden>
- Date: Wed, 15 Oct 2008 21:45:02 +0100
how to set up the Copy Files build phases to preserve the data
structure
Personally, I would just script a custom build phase.
I've just written one which conditionally copies a set of resources to
the build product; the project contains ninety uncompressed audio
files totaling 300Mb. I only need a handful of those to distribute
around the office for testing it so I wrote a script that detects if
the build configuration is Debug; otherwise it just copies them all.
Given that you already have the structure setup, I'd be interested if
there's a better way to do this using Xcode that doesn't involve
assigning each file to a 'Copy Files' build phase that's assigned to a
subdirectory.
Keith
_______________________________________________
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