1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Mac: Add version info to Info.plist

Closes #1486
This commit is contained in:
David Rosca 2014-10-07 11:09:17 +02:00
parent 6390eb215b
commit dac236d70b

View File

@ -7,7 +7,9 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string> <string>1.8.1</string>
<key>CFBundleVersion</key>
<string>1.8.1</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>@TYPEINFO@</string> <string>@TYPEINFO@</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
@ -44,7 +46,7 @@
<string>QupZilla</string> <string>QupZilla</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>QupZilla</string> <string>QupZilla</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string> <string>public.app-category.productivity</string>