Re: xcode 2.4 project settings--way to dump out?
Re: xcode 2.4 project settings--way to dump out?
- Subject: Re: xcode 2.4 project settings--way to dump out?
- From: Chris Espinosa <email@hidden>
- Date: Fri, 4 Apr 2008 22:30:49 -0700
On Apr 4, 2008, at 12:31 PM, Dennis Christopher wrote:
Is there any way to dump out the project file settings for an xcode
2.4 project file?
So that two revisions could be compared?
You can just diff the project files. The settings are stored in a
pretty intuitive format, though they're lumped in the file by UUIDs
that correspond to each configuration in each target.
If you want to actually dump a specific target and configuration's
settings:
• Command-Control-N for a New Empty File
• Project > Edit Active Target
• Build tab
• Set popup to "Active Configuration"
• Select All
• Drag to the empty file
There are all your build settings. Save and repeat, then diff as you
like.
Chris _______________________________________________
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