• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Textual project format for XCode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Textual project format for XCode


  • Subject: RE: Textual project format for XCode
  • From: "Caerwyn Pearce" <email@hidden>
  • Date: Tue, 25 Oct 2005 13:22:09 +0100
  • Thread-topic: 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:

This email sent to email@hidden

  • Prev by Date: Re: Textual project format for XCode
  • Next by Date: Re: Textual project format for XCode
  • Previous by thread: Re: Textual project format for XCode
  • Next by thread: Scripting adding files to a project
  • Index(es):
    • Date
    • Thread