mac: update Info.plist to be app store friendly

This commit is contained in:
Dag Heyman 2020-02-19 12:29:17 +01:00
parent db656a0c5d
commit 57bfa14282

View File

@ -6,6 +6,10 @@
<string>com.yubico.yubioath.icns</string> <string>com.yubico.yubioath.icns</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@ -15,11 +19,13 @@
<key>CFBundleName</key> <key>CFBundleName</key>
<string>Yubico Authenticator</string> <string>Yubico Authenticator</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>@FULL_VERSION@</string> <string>2</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>@SHORT_VERSION@</string> <string>@FULL_VERSION@</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string> <string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.13.0</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>NSApplication</string> <string>NSApplication</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>