Re: How do I keep added folders current in my Xcode project?
Re: How do I keep added folders current in my Xcode project?
- Subject: Re: How do I keep added folders current in my Xcode project?
- From: Hamish Allan <email@hidden>
- Date: Fri, 04 Mar 2011 20:08:55 +0000
On 28 February 2011 14:47, Stephen O'Connor
<email@hidden> wrote:
> I'm working on a project where we have 2 different folders of common
> sourcecode that are imported into the project. When adding these to a
> project I don't copy the files (with the checkbox), but also don't create a
> reference folder (i.e. the source would then appear under a blue folder icon
> in the project) because I want a flat hierarchy.
Write a small daemon which uses Spotlight / FSEvents to observe
changes in your source directory, hard linking files from that tree
into a single flat directory, and create a reference folder for that?
H
_______________________________________________
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