You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ XcodeLegacy
3
3
4
4
Legacy components for XCode 4-8 (deprecated compilers and Mac OS X SDKs).
5
5
6
-
Home page: http://devernay.free.fr/hacks/xcodelegacy
6
+
Home page: https://github.com/devernay/xcodelegacy
7
7
8
8
Description
9
9
-----------
@@ -17,13 +17,11 @@ I made the script XcodeLegacy.sh to extract these components (the links work if
17
17
- PPC assembler
18
18
- Mac OS X SDK 10.4u, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10, 10.11
19
19
20
-
In order to re-enable the GCC 4.2 plugin in Xcode 4-7, you may also want to edit "/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/GCC 4.2.xcplugin/Contents/Resources/GCC 4.2.xcspec" and change ShowInCompilerSelectionPopup to "YES" and IsNoLongerSupported to "NO".
21
-
22
20
Note: There may be similar tips to compile for older iOS (not Mac OS X) versions, but I don't develop for iOS. However, if you want to enhace the XcodeLegacy script to also include those components, I'll gladly integrate your modifications.
@@ -49,6 +47,7 @@ Optionally, one of the following options can be passed as the *first* argument t
49
47
*`-osx108` : only install OSX 10.8 SDK
50
48
*`-osx109` : only install OSX 10.9 SDK
51
49
*`-osx1010` : only install OSX 10.10 SDK
50
+
*`-osx1011` : only install OSX 10.11 SDK
52
51
53
52
54
53
Using the older SDKs
@@ -86,6 +85,7 @@ Here are the latest versions of Xcode that are known to /run/ on each OS X versi
86
85
-[Xcode 6.2](https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_6.2/Xcode_6.2.dmg) on OS X 10.9 (Mavericks)
87
86
-[Xcode 7.2.1](https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_7.2.1/Xcode_7.2.1.dmg) on OS X 10.10 (Yosemite)
88
87
-[Xcode 7.3.1](https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_7.3.1/Xcode_7.3.1.dmg) on OS X 10.11 (El Capitan), please see note below.
88
+
-[Xcode 8](https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/Xcode_8/Xcode_8.xip) on OS X 10.12 (Sierra), please see note below.
89
89
90
90
More information about the compilers included in each version of Xcode can be found on the [MacPorts Wiki](https://trac.macports.org/wiki/XcodeVersionInfo).
0 commit comments