Closed larskanis closed 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
Fixes #31