Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Textual project format for XCode



If you open the xcodeproj package then you'll see a file called
project.pbxproj. 
It's in the Plist version 1.0 format (like pseudo XML :-) which is text
format.

There's a command line utility called plutil which will convert it to
real XML if you need. Ie
	Cd where-ever
	Plutil -convert xml1 -e text project.pbxproj.

This will produce a file call project.text in the project package.
Don't worry if you accidentally convert the file to XML format cos Xcode
reads it and converts it back to plist format. I guess Apple are tending
in that direction. 

The XML block hierarchy is long but not complicated.


Caerwyn




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.