Crates.io | apple-flat-package |
lib.rs | apple-flat-package |
version | 0.19.0 |
source | src |
created_at | 2022-03-23 05:17:24.968758 |
updated_at | 2024-11-03 01:46:28.390078 |
description | Apple flat package (.pkg) format handling |
homepage | https://github.com/indygreg/apple-platform-rs |
repository | https://github.com/indygreg/apple-platform-rs.git |
max_upload_size | |
id | 555050 |
size | 52,534 |
This crate implements an interface to Apple's flat package installer package
file format. This is the XAR-based installer package (.pkg
) format used since
macOS 10.5.
The interface is in pure Rust and doesn't require the use of Apple specific
tools or hardware to run. The functionality in this crate could be used to
reimplement Apple installer tools like pkgbuild
and productbuild
.