fn is_valid_band_package(path: &Path) -> boolExpand 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.