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>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
@ -15,11 +19,13 @@
<key>CFBundleName</key>
<string>Yubico Authenticator</string>
<key>CFBundleVersion</key>
<string>@FULL_VERSION@</string>
<string>2</string>
<key>CFBundleShortVersionString</key>
<string>@SHORT_VERSION@</string>
<string>@FULL_VERSION@</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
<string>10.13.0</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>