Re: deleting files on install [iphone]
Re: deleting files on install [iphone]
- Subject: Re: deleting files on install [iphone]
- From: Christiaan Hofman <email@hidden>
- Date: Wed, 29 Sep 2010 17:08:31 +0200
On Sep 29, 2010, at 16:48, Hamish Allan wrote:
> On 29 September 2010 15:41, Steve Christensen <email@hidden> wrote:
>
>> I don't believe that Xcode actually iterates over a blue folder's hierarchy and synchs the corresponding contents in the app with the contents in the original directory. More likely it just makes sure that the items in the original directory end up in the app, whether or not there are any stragglers from previous builds. (In other words, it copies but does not synch.)
>
> It does neither. XCode fails to monitor any changes to the contents of
> blue folders, either in realtime (so as to reflect the latest contents
> in the side pane) or at build time (so as to ensure that new items are
> copied, let alone that old items are removed).
>
> Given how easy it would be to do this using the fsevents API , it's
> quite a glaring omission, and makes blue folders much less useful than
> they should be.
>
> Best wishes,
> Hamish
On the other hand, it does so with any files in the bundle. If you don't clean, than old (Resources) files you remove from the project, they will stay in the build product. So whenever you really care about old files being removed from the product you should clean first.
Christiaan
_______________________________________________
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