Mac Catalyst: compute LSMinimumSystemVersion from MinimumOSVersion in Info.plist #10452
Labels
dotnet-pri2
.NET 6: want to have for stable release
enhancement
The issue or pull request is an enhancement
estimate-4h
iOS
Issues affecting iOS
Mac Catalyst
Issues affecting Mac Catalyst
Milestone
Mac Catalyst apps use the LSMinimumSystemVersion value (corresponding with a macOS version) in their Info.plists.
Usually Mac Catalyst projects will be created from an iOS project (either multi-targeting, or copy-paste-modified), in which case we'll have a
MinimumOSVersion
value.This enhancement would be to compute the correct
LSMinimumSystemVersion
value for a givenMinimumOSVersion
(unless aLSMinimumSystemVersion
is present), this way there will be less differences with any iOS projects.We already have code in mtouch to convert between iOS and macOS version for Mac Catalyst.
The text was updated successfully, but these errors were encountered: