Fix macOS minimum system version in info.plist
This commit is contained in:
parent
0a52861129
commit
ce1a6ea5b5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue