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: Mike <email@hidden>
- Date: Sat, 05 Apr 2008 16:37:37 -0700
You can also open the Target or Project Get Info window, select all on
all the settings, then copy and paste, or drag them to a text editor
window and it will paste all the setting names and their current values.
Mike
Chris Espinosa wrote:
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
_______________________________________________
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