Re: What can be thrown away in a project?
Re: What can be thrown away in a project?
- Subject: Re: What can be thrown away in a project?
- From: Mike Ferris <email@hidden>
- Date: Mon, 9 Dec 2002 17:48:37 -0800
Yeah, the whole build folder can go. And, that is the only thing that
Project Builder will (sometimes) put in your source directory that is
safe to throw away.
Other apps can leave backup files (usually with a ~ in their name as
Bill says.) But PB's build folder is the biggest unnecessary thing by
far. Last (and least) you can actually throw away any files inside the
.pbproj wrapper that end in .pbxuser. These files store nothing that
is required for the project, but they do store all per-user stuff such
as bookmarks, breakpoints, open files, window positions, etc...
One thing you might consider is setting a "Separate Location for Build
Products" in your build prefs to get PB to put all generated
build-related stuff somewhere else so it won't clutter up your source
at all.
Mike
Begin forwarded message:
From: Bill Cheeseman <email@hidden>
Date: Mon Dec 9, 2002 2:01:00 PM US/Pacific
To: Cocoa-Dev Mail <email@hidden>
Subject: Re: What can be thrown away in a project?
on 02-12-09 3:11 PM, Jerry LeVan at email@hidden wrote:
So, can I throw away the <project>.build file in the build folder of
the
project without compromising the project before I upload the rascal?
Is there anything else that can be stripped?
Trash the entire build folder. It will be reconstituted when you
recompile.
Also, if you have turned on backups for your nib files, you can trash
the
backups (the duplicate nib files with the ~ characters in their names).
--
Bill Cheeseman - email@hidden
Quechee Software, Quechee, Vermont, USA
http://www.quecheesoftware.com
The AppleScript Sourcebook - http://www.AppleScriptSourcebook.com
Vermont Recipes - http://www.stepwise.com/Articles/VermontRecipes
Croquet Club of Vermont - http://members.valley.net/croquetvermont
_______________________________________________
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.
_______________________________________________
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.