Hi Ted,

You shouldn't delete any files from your Xcode project if it's created by the 
IDE itself. You should however exclude certain files from your version commit 
ignore list. E.g. I use subversion and here are my global-ignores.

global-ignores = xcuserdata .idea .git .svn *.o *.lo *.la *.al .libs *.so 
*.so.[0-9]* *.pyc *.pyo bin build *.rej *~ #*# .#* .*.swp .DS_Store

Some of them are irrelavent to you but here you can specify which files, 
extensions or folders you want to ignore. Normally we should ignore user 
specific changes to xcode project and workspace.

Hope this helps.

Farrukh

On 2012-03-27, at 10:23 AM, Ted Archibald wrote:

> Well I just deleted them from a project then ran my selenium tests, nothing 
> appears to break...
> 
> On Tue, Mar 27, 2012 at 1:13 AM, Ted Archibald <ted.archib...@gmail.com> 
> wrote:
> Quick question, are the *.xcode *.xcodeproj PB.project files actually needed 
> for anything to function or can I stop creating them and yank 'em out of 
> version control?  I have no intention of ever using XCode for anything WO, 
> are they used by WO for something I'm unaware of?
> 
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/farrukh.ijaz%40fuegodigitalmedia.com
> 
> This email sent to farrukh.i...@fuegodigitalmedia.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to