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
# 2.0 (02/05/2017): 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.
27
27
# 2.1 (17/01/2017): Xcode 9 dropped 10.12 SDK, get it from https://github.com/phracker/MacOSX-SDKs; fix compiling with GNU Ada, and many other fixes
28
28
# 2.2 (12/02/2019): 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
29
+
# 2.3 (27/03/2019): Added an option to install in a custom Xcode path
29
30
30
31
#set -e # Exit immediately if a command exits with a non-zero status
31
32
#set -u # Treat unset variables as an error when substituting.
@@ -103,6 +104,10 @@ while [[ $error = 0 ]] && [[ $# -gt 1 ]]; do
0 commit comments