UpdateXcodeSubprojects

Last Revision:
Version 1.0, 2005-06-06
Updates all subprojects of an Xcode project to Xcode 2.1 format. Illustrates scripting techniques.
Build Requirements:
n/a
Runtime Requirements:
Mac OS X 10.4 and later, Xcode 2.1 and later

Upgrading a project to Xcode 2.1 format doesn't automatically update its subprojects; and when you upgrade subprojects manually, you need to fix up the subproject references and names in the parent project. This script automatically upgrades and fixes references to all subprojects in the frontmost project. It's also a useful example of how scriptability works in Xcode.