is_valid_band_package

Function is_valid_band_package 

Source
fn is_valid_band_package(path: &Path) -> bool
Expand description

Validate that a .band directory is actually a GarageBand project. Checks for projectData binary plist (must start with “bplist”) AND requires at least one other GarageBand-specific marker to eliminate false positives from other macOS bundles that happen to use .band extension.