Skip to content

Releases: devernay/xcodelegacy

Xcodelegacy 2.6

02 May 02:13
6772961
Compare
Choose a tag to compare
  • 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

12 Feb 23:24
b705c20
Compare
Choose a tag to compare

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

17 Jan 19:13
883095e
Compare
Choose a tag to compare

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

02 May 09:33
Compare
Choose a tag to compare

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

21 Jan 09:55
Compare
Choose a tag to compare
XcodeLegacy 2.0rc3 Pre-release
Pre-release
handle new ld options in a nicer way, and launch the older ld if targ…

…etting macOS <= 10.6

XcodeLegacy 2.0rc2

19 Jan 22:16
Compare
Choose a tag to compare
XcodeLegacy 2.0rc2 Pre-release
Pre-release

fix option parsing

Version 2.0rc1

15 Jan 18:00
Compare
Choose a tag to compare
Version 2.0rc1 Pre-release
Pre-release
  • support linking i386 for 10.5
  • shellcheck

Version 1.9, also install 10.11SDK on Xcode 8

17 Sep 12:15
Compare
Choose a tag to compare

Version 1.8, add option to select components to install

22 Jul 13:52
Compare
Choose a tag to compare

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

05 Apr 09:24
Compare
Choose a tag to compare