> On 09 Mar 2016, at 11:46 am, David Catmull <davidcatm...@gmail.com> wrote:
> 
> Of course, now I wonder why it went missing. Git doesn’t seem to be showing a 
> corresponding change in the project.pbxproj file. Is this stored somewhere 
> else?

That association is apparently stored in the scheme. Scheme configs are stored 
as distinct files, either in the «xcuserdata/USER.userdata/xcschemes» or 
«xcshareddata/xcschemes» directory within the .xcodeproj bundle (depending on 
whether the scheme is marked as user-local or "shared", respectively, via the 
checkbox at the bottom).

I bet your scheme is not shared, and that you have «xcuserdata» excluded via a 
.gitignore file.

On our team at my day job, we have all the project's schemes marked as 
"shared", and checked in to git, in order to maintain consistency in every 
build environment. I suppose there must be occasions where user-private schemes 
are desirable, but I've never seen the benefit.

-ben


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

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

Reply via email to