feat: MacOSX26.0.sdk.tar.xz #9
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
miles/macosx-sdks!9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "MacOSX26.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add
MacOSX26.0.sdk.tar.xz07ccaa2891454713c3a230dd87283f76124193309d9a7617ebee45354c9302d2It looks fine to me.
Btw, I like your CI approach; we could integrate it into the project as well. Let me know.
Also, feel free to add the next
macos 26.1.Thank you, I'm still testing the idea. Will open another PR in the future if it works as expected.
Yes, i'm still waiting the release from Apple and GitHub.
In fact, checksum generation should also be part of it.
What do you mean by that? The
MacOSX26.1.sdk.tar.xzyou already have it on the release.Do you think we can trust the checksum generate automatically by GitHub, since each artifact uploaded to the release, GitHub will automatically generate the sha256 for each files. It not difficult to add checksum to the workflow but I reckon it already exists in the release xD
About that, It was generated using a
betaversion of Xcode that came pre-install in themacos-26runner image. So I think that I'll should wait for the stable release of Xcode and macOS 26.1 first before adding it.I can add a filter to avoid generating SDK from
betaversion of Xcode, but I was in a rush and i just take whatever it gives me at that time, heheSee https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md#xcode
Yes, there is a built-in checksum per artifact in the GitHub release, which is fine. But what I meant is that this project provides a checksum file (
sha256sum.txt), so this text file should also be uploaded per SDK.I understand, I didn't read that part. Make sense wait for it. However, if CI is integrated, it should make sure to use a stable Xcode.
Ah yeah sorry, I'll note this down and will open another PR integrating the workflow to this repo. Need to make a few changes first xD