Distributing Xcode 4 Projects
Distributing Xcode 4 Projects
- Subject: Distributing Xcode 4 Projects
- From: Howard Rodstein <email@hidden>
- Date: Thu, 09 Jun 2011 13:16:43 -0700
I am updating a programmer's toolkit to support Xcode 4. This will be used by hundreds of users most of whom are occasional programmers, so I want to keep things simple.
In my Xcode 4 projects, I have changed the project settings (File->Project Settings) from the default. (Specifically, I changed the Build Locations setting to work like Xcode 3 to be consistent with my existing documentation and I turned "Enable live issues" off because I am using GCC 4.2 and "Live issues" reports warnings the GCC 4.2 does not.) I would like my users to use the have the same settings when they open my Xcode 4 projects.
The problem is that these "project settings" are stored in a user-specific folder (<project folder>/project.xcworkspace/xcuserdata/<user>/xcsuserdatad/WorkspaceSettings.xcsettings). When a user opens my project, he gets his own default version of this file and therefore his project settings are not what I would like them to be.
So my question is, how can I ship an Xcode 4 project to another user such that the other user gets the same project settings (File->Project Settings) as me?
Thanks.
Howard Rodstein
WaveMetrics
_______________________________________________
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