Releases: devernay/xcodelegacy
Releases · devernay/xcodelegacy
Xcodelegacy 2.6
- 2.3 (27/03/2019): Added an option to install in a custom Xcode path
- 2.4 (10/02/2020): Fix for buildpackages if Xcode 8 or Xcode 9 xip have expired signatures. Also now check for stray Xcode.app if extracting Xcode 9.4.1, Fixes for changed download paths and archive names.
- 2.5 (31/04/2021): Xcode 11 dropped 10.14 SDK, get it from Xcode 10.3
- 2.6 (01/05/2021): Xcode 12 dropped 10.15 SDK, get it from Xcode 11.7
XcodeLegacy 2.2
Added support for using macOS High Sierra 10.13 SDK from Xcode 9.4.1 for use on Xcode 10/macOS 10.14 Mojave, also changed source of OS X 10.12 SDK to Xcode 8.3.3
XcodeLegacy 2.1
Xcode 9 dropped 10.12 SDK, get it from https://github.com/phracker/MacOSX-SDKs
fix compiling with GNU Ada, and many other fixes
XcodeLegacy 2.0
Xcode 8 cannot always link i386 for OS X 10.5, use the Xcode 3 linker for this arch too.
Force use of legacy assembler with GCC 4.x.
XcodeLegacy 2.0rc3
v2.0rc3 handle new ld options in a nicer way, and launch the older ld if targ…
XcodeLegacy 2.0rc2
fix option parsing
Version 2.0rc1
- support linking i386 for 10.5
- shellcheck
Version 1.9, also install 10.11SDK on Xcode 8
v1.9 update README
Version 1.8, add option to select components to install
Optionally, one of the following options can be passed as the first argument to XcodeLegacy.sh
, to limit its operation:
-compilers
: only install the gcc and llvm-gcc compilers, as well as the corresponding Xcode plugins-osx104
: only install Mac OSX 10.4 SDK-osx105
: only install Mac OSX 10.5 SDK-osx106
: only install Mac OSX 10.6 SDK-osx107
: only install Mac OSX 10.7 SDK-osx108
: only install OSX 10.8 SDK-osx109
: only install OSX 10.9 SDK-osx1010
: only install OSX 10.10 SDK
Version 1.7, support Xcode 7.3
v1.7 fix #23