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 <email@hidden> 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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|