validate app bundle before shipping
authorDiane Trout <diane@caltech.edu>
Tue, 17 Oct 2006 01:36:10 +0000 (01:36 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 17 Oct 2006 01:36:10 +0000 (01:36 +0000)
commit30d36af04be35d43bcaded6b688754e4c9ba63c1
tree874a4717a359ae41f85e7d788c6f0e77ec3c1c2e
parent16ff710e3765d3e83e64ca3e36fb37ff60589936
validate app bundle before shipping
ticket:180
This path adds some support for parsing otool results so I can test
to make sure that object files are only linked against /usr/lib,
/System/Library or @executable_path entries.

I changed it to use subprocess (which required installation on OS X
because of python2.3) and it'll also handle the uploading of packages
now.
makelib/osxdist.py