There was an error while loading. Please reload this page.
1 parent dddaa3e commit 6a620b8Copy full SHA for 6a620b8
1 file changed
desktop/Info.plist.in
@@ -9,5 +9,10 @@
9
<key>CFBundleExecutable</key><string>@CPACK_BUNDLE_EXECUTABLE@</string>
10
<key>CFBundleIconFile</key><string>@CPACK_BUNDLE_ICON@</string>
11
<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/>
17
</dict>
18
</plist>
0 commit comments