pub fn write_flat_package_to_app_store_package<F: Read + Seek + Debug>(
    pkg: PkgReader<F>,
    dest_dir: &Path
) -> Result<(), AppleCodesignError>
Expand description

Write a flat package (usually a .pkg file) to an .itmsp directory.