Skip to content

Commit 6a620b8

Browse files
committed
Properly declare supported platforms and declare hiress capability.
1 parent dddaa3e commit 6a620b8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

desktop/Info.plist.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@
99
<key>CFBundleExecutable</key><string>@CPACK_BUNDLE_EXECUTABLE@</string>
1010
<key>CFBundleIconFile</key><string>@CPACK_BUNDLE_ICON@</string>
1111
<key>CFBundleCopyright</key><string>@CPACK_BUNDLE_COPYRIGHT@</string>
12+
<key>CFBundlePackageType</key><string>APPL</string>
13+
<key>CFBundleSupportedPlatforms</key>
14+
<array><string>MacOSX</string></array>
15+
<key>LSMinimumSystemVersion</key><string>10.14.0</string>
16+
<key>NSHighResolutionCapable</key><true/>
1217
</dict>
1318
</plist>

0 commit comments

Comments
 (0)