Skip to content
  • David Cole's avatar
    Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621) · 4693cf84
    David Cole authored
    Xcode 4.3 installs into "/Applications" by default, from the Mac App Store.
    
    Also, the paths to the available SDKs changed: they are now within the
    Xcode.app bundle.
    
    PackageMaker is installed as a separate program, and may be installed
    anywhere. It is not installed with Xcode 4.3 by default anymore.
    Download the "Auxiliary Tools for Xcode" to get PackageMaker.
    Put PackageMaker inside the Xcode.app bundle, in its nested Applications
    folder, or put it alongside Xcode in "/Applications" and CMake will find
    it.
    
    Update references to "find" paths: add new possible locations for finding
    Xcode.app and PackageMaker.app. Prefer the most recent version's locations
    first, but keep the old locations as fallback search paths, too.
    
    Thanks to all the contributors who provided and tested out various patches
    for fixing this issue. Especially, but by no means limited to:
    Francisco Requena Espí, Jamie Kirkpatrick and drfrogsplat.
    4693cf84