]> git.saurik.com Git - cydia.git/blobdiff - sysroot.sh
On new Xcode/macOS, /usr/include no longer exists.
[cydia.git] / sysroot.sh
index 2a2c4b8a62abe3f2ff9e96645088d946c3588afb..a124baa30d1cff189f27e032b0ca7474bfb02e97 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/env bash
 
+set -e
+
 if [[ ${BASH_VERSION} != 4* ]]; then
     echo "bash 4.0 required" 1>&2
     exit 1
@@ -64,8 +66,6 @@ function extract() {
 
 declare -A urls
 
-urls[apt7]=http://apt.saurik.com/debs/apt7_0.7.25.3-7_iphoneos-arm.deb
-urls[apt7-lib]=http://apt.saurik.com/debs/apt7-lib_0.7.25.3-12_iphoneos-arm.deb
 urls[coreutils]=http://apt.saurik.com/debs/coreutils_7.4-11_iphoneos-arm.deb
 
 if [[ 0 ]]; then
@@ -102,9 +102,9 @@ mkdir -p usr/include
 cd usr/include
 
 mkdir CoreFoundation
-wget -O CoreFoundation/CFUniChar.h "http://www.opensource.apple.com/source/CF/CF-550/CFUniChar.h?txt"
+wget --no-check-certificate -O CoreFoundation/CFUniChar.h "https://opensource.apple.com/source/CF/CF-550/CFUniChar.h"
 
 mkdir -p WebCore
-wget -O WebCore/WebCoreThread.h 'http://www.opensource.apple.com/source/WebCore/WebCore-658.28/wak/WebCoreThread.h?txt'
+wget --no-check-certificate -O WebCore/WebCoreThread.h "https://opensource.apple.com/source/WebCore/WebCore-658.28/wak/WebCoreThread.h"
 
 ln -s /System/Library/Frameworks/IOKit.framework/Headers IOKit