phracker / MacOSX-SDKs

A collection of those pesky SDK folders: MacOSX10.1.5.sdk thru MacOSX11.3.sdk
2.58k stars 655 forks source link

Add MacOSX11.1.sdk #32

Closed larskanis closed 3 years ago

larskanis commented 3 years ago

Fixes #31

smammy commented 3 years ago

31 wants the 11.0 SDK but this PR provides the 11.1 SDK. So I don't think this PR truly fixes #31. (Firefox, for one, doesn't support 11.1 yet; 10.12–11.0.1 only.)

larskanis commented 3 years ago

@smammy You're right - the versions doesn't match. I opened #33 to really fix #31. This MacOSX11.1.sdk is extracted from Command_Line_Tools_for_Xcode_12.3.dmg.

For background: I use this repository for a docker based cross built environment targeting Windows, Linux and now MacOS for ruby builds: https://github.com/rake-compiler/rake-compiler-dock

I simply extracted the files in the PR by downloading the DMG file from https://developer.apple.com/download/more/ , then on Linux

7z x Command_Line_Tools_for_Xcode_12.2.dmg
cd CLTools_macOSNMOS_SDK.pkg/
xar -xf Command\ Line\ Tools.pkg
pbzx -n Payload  | cpio -i

In contrast to Linux and Windows I have little to no experience with MacOS. So please be forbearing if something is wrong!

For the time being I uploaded release packages to https://github.com/larskanis/MacOSX-SDKs/releases/tag/11.1