1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 09:32:12 +01:00

Mac: Add support for http(s) schemes to Info.plist

This commit is contained in:
David Rosca 2016-09-04 15:45:11 +02:00
parent 35657e6005
commit d835401656

View File

@ -17,6 +17,21 @@
<key>CFBundleIdentifier</key>
<string>com.qupzilla.QupZilla</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLIconFile</key>
<string>@ICON@</string>
<key>CFBundleURLName</key>
<string>http URL</string>
<key>CFBundleURLSchemes</key>
<array>
<string>http</string>
<string>https</string>
</array>
</dict>
</array>
<key>CFBundleDocumentTypes</key>
<array>
<dict>