-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for dyld_shared_cache
files
#434
Comments
That would be interesting, although I want to take care not to make API concessions that get in the way of Homebrew's uses of If we can add support without making their usecases more difficult, I'm all for it. Someone did a partial writeup on the newer shared cache format here: gimli-rs/object#358 |
Sounds good! |
Started to work through this implementation. macOS 12 has DSCs that are multi file now, so the plan is to create In order to fully emulate the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
A pure ruby implementation of these is useful as loose dylibs no longer exist on Apple platforms
The text was updated successfully, but these errors were encountered: