alephsecurity / xnu-qemu-arm64-tools

167 stars 47 forks source link

Allow optional IOS SDK override for building on OSX without Xcode installed. #17

Closed sickcodes closed 3 years ago

sickcodes commented 3 years ago

Allows a fresh OSX box to build the tcp-tunnel without Xcode SDKs, which are currently hardcoded into the Makefile

git clone https://github.com/xybp888/iOS-SDKs.git
export SDK_DIR=$PWD/iOS-SDKs/iPhoneOS12.4.sdk
aronsky commented 3 years ago

Thanks!