apple-platform-rs icon indicating copy to clipboard operation
apple-platform-rs copied to clipboard

The cpio-archive package doesn't appear to support building NewC archives

Open dralley opened this issue 2 years ago • 1 comments

There's a builder implementation for Odc archives, but not for NewC archives.

It would be nice if there was a builder implementation for the latter, or perhaps a shared builder which can write in a selectable format. I imagine much of the implementation can be shared.

dralley avatar Jan 14 '24 04:01 dralley

The cpio-archive crate is known to be in a woefully incomplete state: my initial goal of the crate was to facilitate reading Apple flat package (.pkg) files.

PRs to add missing features would be very much appreciated!

indygreg avatar Jan 15 '24 19:01 indygreg