2
4
Fork
You've already forked xcode-frameworks
0
Zig package that provides a subset of Xcode frameworks that are needed to compile applications for macOS.
  • C 55.7%
  • Objective-C 33.8%
  • C++ 10%
  • Metal 0.4%
2026年04月28日 22:59:13 +02:00
.github CI: eliminate zig build test 2024年10月08日 09:18:15 -07:00
Frameworks update to newest frameworks 2026年04月28日 22:59:13 +02:00
include update to newest frameworks 2026年04月28日 22:59:13 +02:00
lib update to newest frameworks 2026年04月28日 22:59:13 +02:00
.gitignore feat: add pwr_mgt lib 2026年02月12日 20:56:29 +01:00
build.zig.zon fix: add folders to .paths in build.zig.zon 2026年02月10日 21:03:15 +01:00
LICENSE init repository 2023年07月03日 15:36:26 -07:00
README.md feat: add all frameworks SDL3 needs 2026年02月12日 15:47:44 +01:00
update.sh feat: add all frameworks 2026年03月11日 15:40:17 +01:00
verify.sh init repository 2023年07月03日 15:36:26 -07:00

xcode-frameworks packaged for the Zig build system

This is a fork of https://github.com/hexops/xcode-frameworks updated to macOS 26 and with a build.zig.zon.

This is a Zig package that provides a subset of XCode frameworks that are needed to compile applications for macOS.

All symlinks are resolved to their actual file contents to improve compatibility with Windows, which has extremely poor symlink support.

Updating

To update this repository, run ./update.sh on a macOS host machine with XCode installed followed by ./verify.sh to verify the repository contents.

Verifying repository contents

For supply chain security reasons (e.g., to confirm we made zero changes to the code) we provide a git diff command you can run to verify the contents of this repository:

./verify.sh

If nothing is printed, there is no diff. Deleted files are ignored.

License

All files in this repository are distributed in an unmodified state, per section 2.2.A, paragraph (ii) of the Xcode and Apple SDKs Agreement:

You may use the macOS SDKs to test and develop application and other software;

And the last paragraph:

Except as otherwise expressly set forth in Section 2.2.B., You may not distribute any Applications developed using the Apple SDKs (excluding the macOS SDK) absent entering into a separate written agreement with Apple.

By downloading and using this software, you must also agree to the Xcode and Apple SDKs Agreement:

https://www.apple.com/legal/sla/docs/xcode.pdf

Note that this includes statements of only distributing the software built with the SDKs to official Apple hardware, not modifying the files in any way, and only utilizing the software on official Apple hardware.