Re: Cocoa App
Re: Cocoa App
- Subject: Re: Cocoa App
- From: "b.bum" <email@hidden>
- Date: Fri, 9 Apr 2004 18:18:05 -0700
On Apr 9, 2004, at 5:32 PM, Seth Willits wrote:
Is this alright to do? Deleting the Shared Caches Folder?
You can delete the entire build folder when saving a back-up without
any adverse side affects. The only things you can't delete are your
code and resources, and the project file itself. :)
I would recommend setting the preference for build-intermediates and
build-products. Specifically, set it to a path that is somewhere
outside of your home directory.
I often have used /tmp/ to ensure that I rebuild on a regularly basis
(after every reboot). But I have often also used
/build/bbum-{intermediates,products}/ if I care about having the build
caches survive reboots.
Note that setting this can also boost build speed if you are using
FileVault and have the project source in your home directory
b.bum
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Cocoa App (From: 자파 Matt Jaffa <email@hidden>) |
| >Re: Cocoa App (From: Seth Willits <email@hidden>) |