zsign-rust

Crates.iozsign-rust
lib.rszsign-rust
version0.1.7
created_at2025-08-06 22:59:53.189211+00
updated_at2025-11-27 02:09:12.648703+00
descriptionRust bindings for zsign
homepage
repositoryhttps://github.com/nab138/zsign-rust
max_upload_size
id1784420
size303,348
Nicholas Sharp (nab138)

documentation

https://docs.rs/zsign-rust

README

zsign-rust

Build zsign-rust

Rust bindings for zsign

Note that the ability to zip, unzip, and install has been removed from zsign for simplicity. If you want this functionality you will have to implement it yourself.

Example Usage

let result = zsign_rust::ZSignOptions::new(path_to_app_folder)
    .with_cert_file(path_to_certificate)
    .with_pkey_file(path_to_private_key)
    .with_prov_file(path_to_provisioning_profile)
    .sign();

Credits

Commit count: 0

cargo fmt