Fix macOS minimum system version in info.plist

This commit is contained in:
Francesco Abbate 2021-09-07 05:10:00 -07:00
parent 3cc4cd1ada
commit 368ffca40a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<string>APPL</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>MinimumOSVersion</key><string>10.13</string>
<key>LSMinimumSystemVersion</key><string>10.11</string>
<key>NSDocumentsFolderUsageDescription</key><string>To access, edit and index your projects.</string>
<key>NSDesktopFolderUsageDescription</key><string>To access, edit and index your projects.</string>
<key>NSDownloadsFolderUsageDescription</key><string>To access, edit and index your projects.</string>