Skip to content
  • David Cole's avatar
    OS X: Use correct extra path when searching for applicaton bundles (#13066) · d9edf467
    David Cole authored
    The parent commit added a search path relative to OSX_DEVELOPER_ROOT.
    But with Xcode 4.3 the nested Applications folder is in a different
    relative location compared to that root. This commit makes the intent
    of the previous commit work with older and newer Xcode directory layouts.
    
    Furthermore, it only adds paths that exist to the search path.
    d9edf467