pub fn copy_bundle(
    bundle: &DirectoryBundle,
    dest_dir: &Path
) -> Result<(), AppleCodesignError>
Expand description

Copy a bundle’s contents to a destination directory.

This does not use the CodeResources rules for a bundle. Rather, it blindly copies all files in the bundle. This means that excluded files can be copied.