-
Notifications
You must be signed in to change notification settings - Fork 472
New Project
Ben Sandofsky edited this page Aug 27, 2014
·
14 revisions
.DS_Store
xcuserdata
.DS_Store
files are used by OS X to remember information about the current folder's window location.
The xcuserdata
folder stores you local Xcode data, such as the breakpoints you've set.
As you change build configurations, you want those changes shared with your team. Click the Application icon dropdown, and choose Manage Schemes.
In the new window, there is one scheme bundled with your app. Check the Shared box.
You will now have an ProjectName.xcodeproj/xcshareddata
folder in your app. Add this file to git.