Warning, /network/falkon/src/main/Info.plist is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
0003 <plist version="0.9">
0004 <dict>
0005     <key>CFBundleIconFile</key>
0006     <string>@ICON@</string>
0007     <key>CFBundlePackageType</key>
0008     <string>APPL</string>
0009     <key>CFBundleGetInfoString</key>
0010     <string>2.1.2</string>
0011     <key>CFBundleVersion</key>
0012     <string>2.1.2</string>
0013     <key>CFBundleSignature</key>
0014     <string>@TYPEINFO@</string>
0015     <key>CFBundleExecutable</key>
0016     <string>@EXECUTABLE@</string>
0017     <key>CFBundleIdentifier</key>
0018     <string>org.kde.falkon</string>
0019 
0020     <key>CFBundleURLTypes</key>
0021     <array>
0022       <dict>
0023         <key>CFBundleURLIconFile</key>
0024         <string>@ICON@</string>
0025         <key>CFBundleURLName</key>
0026         <string>http URL</string>
0027         <key>CFBundleURLSchemes</key>
0028         <array>
0029           <string>http</string>
0030           <string>https</string>
0031         </array>
0032       </dict>
0033     </array>
0034 
0035     <key>CFBundleDocumentTypes</key>
0036     <array>
0037       <dict>
0038         <key>CFBundleTypeExtensions</key>
0039         <array>
0040           <string>html</string>
0041           <string>htm</string>
0042           <string>shtml</string>
0043           <string>xhtml</string>
0044         </array>
0045         <key>CFBundleTypeIconFile</key>
0046         <string>@ICON@</string>
0047         <key>CFBundleTypeName</key>
0048         <string>HTML Document</string>
0049         <key>CFBundleTypeOSTypes</key>
0050         <array>
0051           <string>HTML</string>
0052         </array>
0053         <key>CFBundleTypeRole</key>
0054         <string>Viewer</string>
0055       </dict>
0056     </array>
0057 
0058     <key>CFBundleDevelopmentRegion</key>
0059     <string>English</string>
0060     <key>CFBundleName</key>
0061     <string>Falkon</string>
0062     <key>CFBundleDisplayName</key>
0063     <string>Falkon</string>
0064 
0065         <key>LSApplicationCategoryType</key>
0066         <string>public.app-category.productivity</string>
0067 
0068     <key>NSPrincipalClass</key>
0069     <string>NSApplication</string>
0070     <key>NSHighResolutionCapable</key>
0071     <true/>
0072 </dict>
0073 </plist>