Re: Xcode keeps altering my project.pbxproj files
Re: Xcode keeps altering my project.pbxproj files
- Subject: Re: Xcode keeps altering my project.pbxproj files
- From: Jens Alfke <email@hidden>
- Date: Sun, 31 Jul 2011 11:21:04 -0700
On Jul 31, 2011, at 11:10 AM, David Duncan wrote: This is a one-time upgrade from the project when you open it in Xcode 4.2. If your going back and forth between <4.2 and 4.2, its probably best to ignore it for now, if you are sticking to 4.2, just check it in.
That makes sense; but still, this smells like something that should be stored in the local user info, not in the project file itself. (Does my co-worker Sue’s copy of Xcode really care whether I have Xcode 4.2 or not?) Or at least, it should be written to the project only if some other change is also being made.
As it is, it causes noise when working with SCM, especially in projects that I only have read-only access to. For example, if I check out someone’s library from GitHub and build it, Git will now think I have uncommitted changes, which means it may complain at me when I try to pull new revisions or switch branches. So then I have to keep closing the project and doing a “git reset HEAD -- Foobar.xcodeproj” first.
—Jens |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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