indygreg / apple-platform-rs

Rust crates supporting Apple platform development
565 stars 38 forks source link

PackageInfo struct: minimum_system_version field should be an Option<String> instead of Option<bool> #119

Open catshow opened 9 months ago

catshow commented 9 months ago

The PackageInfo struct's minimum_system_version field should be an Option instead of Option. See Flat Package Format - The missing documentation