2012-01-05 18:34:44 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
|
|
|
<plist version="0.9">
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>@ICON@</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
2017-03-15 19:26:50 +01:00
|
|
|
<string>2.1.2</string>
|
2014-10-07 11:09:17 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2017-03-15 19:26:50 +01:00
|
|
|
<string>2.1.2</string>
|
2012-01-05 18:34:44 +01:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>@TYPEINFO@</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>@EXECUTABLE@</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
2018-01-24 11:56:25 +01:00
|
|
|
<string>org.kde.falkon</string>
|
2013-02-24 13:20:07 +01:00
|
|
|
|
2016-09-04 15:45:11 +02:00
|
|
|
<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>
|
|
|
|
|
2012-01-27 17:25:51 +01:00
|
|
|
<key>CFBundleDocumentTypes</key>
|
2012-01-12 20:32:09 +01:00
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>html</string>
|
|
|
|
<string>htm</string>
|
|
|
|
<string>shtml</string>
|
|
|
|
<string>xhtml</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>@ICON@</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>HTML Document</string>
|
|
|
|
<key>CFBundleTypeOSTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>HTML</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2013-02-24 13:20:07 +01:00
|
|
|
|
2012-01-05 18:34:44 +01:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleName</key>
|
2017-08-25 17:11:29 +02:00
|
|
|
<string>Falkon</string>
|
2012-01-05 18:34:44 +01:00
|
|
|
<key>CFBundleDisplayName</key>
|
2017-08-25 17:11:29 +02:00
|
|
|
<string>Falkon</string>
|
2014-10-07 11:09:17 +02:00
|
|
|
|
2014-04-21 01:01:33 +02:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.productivity</string>
|
2013-02-24 13:20:07 +01:00
|
|
|
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
<key>NSHighResolutionCapable</key>
|
|
|
|
<true/>
|
2012-01-05 18:34:44 +01:00
|
|
|
</dict>
|
|
|
|
</plist>
|