No description
  • C 73.6%
  • Objective-C 16.7%
  • C++ 9.6%
Find a file
Emi 8a1cfb3735 ./update.sh to add MetalKit; fixes hexops/mach#1346
Signed-off-by: Emi <emi@hexops.com>
2025-02-23 00:32:51 -07:00
.github CI: eliminate zig build test 2024-10-08 09:18:15 -07:00
Frameworks ./update.sh to add MetalKit; fixes hexops/mach#1346 2025-02-23 00:32:51 -07:00
include ./update.sh 2024-01-31 21:24:59 -07:00
lib ./update.sh 2023-10-24 19:02:09 -07:00
.gitignore update to Zig 2024.05 2024-06-02 11:54:14 -07:00
LICENSE init repository 2023-07-03 15:36:26 -07:00
README.md README: update to reflect symlink realization 2023-10-24 19:04:22 -07:00
update.sh Add MetalKit 2025-02-23 00:32:06 -07:00
verify.sh init repository 2023-07-03 15:36:26 -07:00

xcode-frameworks packaged for the Zig build system

This is a Zig package which provides a subset of XCode frameworks that are needed to compile games/applications for e.g. macOS.

The package is small (~102MB), generally just what Mach engine itself and a few other projects need for e.g. audio and graphics.

All symlinks are realized 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.

Issues

Issues are tracked in the main Mach repository.

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.