https://github.com/hexops-graveyard/xcode-frameworks-pkg
Temporary Zig package manager workaround to fetch the hexops/xcode-frameworks package
https://github.com/hexops-graveyard/xcode-frameworks-pkg
Last synced: 8 months ago
JSON representation
Temporary Zig package manager workaround to fetch the hexops/xcode-frameworks package
- Host: GitHub
- URL: https://github.com/hexops-graveyard/xcode-frameworks-pkg
- Owner: hexops-graveyard
- License: other
- Created: 2023-08-04T01:23:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T04:44:26.000Z (over 2 years ago)
- Last Synced: 2025-01-13T01:09:59.590Z (over 1 year ago)
- Language: Zig
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated
This workaround package is no longer needed. Use https://github.com/hexops/xcode-frameworks directly via the Zig package manager instead. See https://github.com/hexops/mach/issues/903
# xcode-frameworks-pkg
[hexops/xcode-frameworks](https://github.com/hexops/xcode-frameworks) is the Zig package to use when you need XCode frameworks, packaged for the Zig build system.
That package is well-designed, however there exists [a bug in the Zig package manager](https://github.com/hexops/mach/issues/903) (specifically `std.tar`) which prohibits using it: the package manager simply can't extract the tarball.
Once that issue is fixed, this package will go away. But for now, we have this temporary workaround: when you depend on this package, we use `git clone` to fetch the package - instead of the Zig package manager.
## Usage
See https://machengine.org/pkg/xcode-frameworks
## Issues
Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Axcode-frameworks).
## Community
Join the Mach engine community [on Discord](https://discord.gg/XNG3NZgCqp) to discuss this project, ask questions, get help, etc.