[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
xcodeproject2dot.py
From: |
Hans Baier |
Subject: |
xcodeproject2dot.py |
Date: |
Sat, 13 Feb 2010 12:57:59 +0700 |
Hi,
in preparation to work on pbxbuild I wrote
a python utility which visualizes the structure
of an xcode project file. It currently runs on OS X
(Yes, I got a new mac mini :). Linux users may need
to install plistlib for python, if that is available.
Here is an example:
http://dl.dropbox.com/u/3377727/GNUstep/iphoneapp.svgz
And here is the tool:
http://dl.dropbox.com/u/3377727/GNUstep/xcodeproj2dot.py
It is not considered finished yet, but already quite useful
for understanding what's going on inside a project file.
gcasa: Should I commit it to pbxbuild/tools?
Kind Regards,
Hans
- xcodeproject2dot.py,
Hans Baier <=