http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46957
User: guy
Date: 2013/01/05 03:31 PM
Log:
Don't assume developer tools are under /Developer - look for
/Applications/Xcode.app/Developer first (for Xcode 4 and later) and, if
we don't find that, look for /Developer.
Don't assume packagemaker is under $developer_path/usr/bin - with Xcode
4, you need to install Auxiliary Tools for Xcode to get PackageMaker,
and even that doesn't directly install the packagemaker command, so we
currently advise people to copy the PackageMaker binary to
/usr/bin/packagemaker.
Directory: /trunk/packaging/macosx/
Changes Path Action
+12 -2 osx-dmg.sh.in Modified