Fix macOS minimum system version in info.plist
This commit is contained in:
parent
3cc4cd1ada
commit
368ffca40a
|
@ -14,7 +14,7 @@
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
<true/>
|
<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>NSDocumentsFolderUsageDescription</key><string>To access, edit and index your projects.</string>
|
||||||
<key>NSDesktopFolderUsageDescription</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>
|
<key>NSDownloadsFolderUsageDescription</key><string>To access, edit and index your projects.</string>
|
||||||
|
|
Loading…
Reference in New Issue