Re: Inspectors in Right Hand Pane Have Dissapeared ....
Re: Inspectors in Right Hand Pane Have Dissapeared ....
- Subject: Re: Inspectors in Right Hand Pane Have Dissapeared ....
- From: Ben Kennedy <email@hidden>
- Date: Tue, 25 Apr 2017 23:06:33 -0700
> On 25 Apr 2017, at 8:42 pm, Alex Zavatone <email@hidden> wrote:
>
> Note that you pretty much have to us Xcode to commit changes when changing build schemes or if there are other people on your team, you will make their lives unpleasant.
As Luther covered in his reply, it sounds like you are blaming your tools for a user problem (specifically, accidental or misunderstood use of .gitignore).
I thought I'd chime in on this particular point, though, and point out that Xcode allows you to designated a scheme as "shared", which influences where it is stored in the filesystem (and, consequently, might affect its susceptibility to being ignored).
At my day job, we have all our project's fundamental schemes designated as shared, which puts them in the xcshareddata/xcschemes directory within the xcodeproj bundle. We also have "xcuserdata" in the root .gitignore, which has the effect of hiding from source control any schemes which are NOT shared.
Perhaps this distinction is germane to your troubles with committing scheme changes with git.
-ben
_______________________________________________
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