Warning, /office/calligra/karbon/Info.plist.template is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0003 <plist version="1.0">
0004 <dict>
0005     <key>CFBundleDevelopmentRegion</key>
0006     <string>English</string>
0007     <key>CFBundleExecutable</key>
0008     <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
0009     <key>CFBundleGetInfoString</key>
0010     <string>${MACOSX_BUNDLE_INFO_STRING}</string>
0011     <key>CFBundleIconFile</key>
0012     <string>${MACOSX_BUNDLE_ICON_FILE}</string>
0013     <key>CFBundleIdentifier</key>
0014     <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
0015     <key>CFBundleInfoDictionaryVersion</key>
0016     <string>6.0</string>
0017     <key>CFBundleLongVersionString</key>
0018     <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
0019     <key>CFBundleName</key>
0020     <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
0021     <key>CFBundlePackageType</key>
0022     <string>APPL</string>
0023     <key>CFBundleShortVersionString</key>
0024     <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
0025     <key>CFBundleSignature</key>
0026     <string>KRBN</string>
0027     <key>CFBundleVersion</key>
0028     <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
0029     <key>CSResourcesFileMapped</key>
0030     <true/>
0031     <key>LSRequiresCarbon</key>
0032     <true/>
0033     <key>NSHumanReadableCopyright</key>
0034     <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
0035     <key>CFBundleDocumentTypes</key>
0036     <array>
0037         <dict>
0038             <key>CFBundleTypeExtensions</key>
0039             <array>
0040                 <string>odg</string>
0041                 <string>ODG</string>
0042             </array>
0043             <key>CFBundleTypeMIMETypes</key>
0044             <array>
0045                 <string>application/vnd.oasis.opendocument.graphics</string>
0046             </array>
0047             <key>CFBundleTypeOSTypes</key>
0048             <array>
0049             </array>
0050             <key>CFBundleTypeName</key>
0051             <string>OpenDocument Graphics File</string>
0052             <key>CFBundleTypeRole</key>
0053             <string>Editor</string>
0054         </dict>
0055         <dict>
0056             <key>CFBundleTypeExtensions</key>
0057             <array>
0058                 <string>karbon</string>
0059                 <string>KARBON</string>
0060             </array>
0061             <key>CFBundleTypeMIMETypes</key>
0062             <array>
0063                 <string>application/x-karbon</string>
0064             </array>
0065             <key>CFBundleTypeOSTypes</key>
0066             <array>
0067             </array>
0068             <key>CFBundleTypeName</key>
0069             <string>Karbon File</string>
0070             <key>CFBundleTypeRole</key>
0071             <string>Editor</string>
0072         </dict>
0073         <dict>
0074             <key>CFBundleTypeExtensions</key>
0075             <array>
0076                 <string>eps</string>
0077             </array>
0078             <key>CFBundleTypeMIMETypes</key>
0079             <array>
0080                 <string>image/x-eps</string>
0081             </array>
0082             <key>CFBundleTypeName</key>
0083             <string>EPS File</string>
0084             <key>CFBundleTypeOSTypes</key>
0085             <array>
0086                 <string>EPSF</string>
0087             </array>
0088             <key>CFBundleTypeRole</key>
0089             <string>Editor</string>
0090         </dict>
0091         <dict>
0092             <key>CFBundleTypeExtensions</key>
0093             <array>
0094                 <string>eps</string>
0095             </array>
0096             <key>CFBundleTypeMIMETypes</key>
0097             <array>
0098                 <string>image/x-eps</string>
0099             </array>
0100             <key>CFBundleTypeName</key>
0101             <string>PC EPS File</string>
0102             <key>CFBundleTypeOSTypes</key>
0103             <array>
0104                 <string>EPSP</string>
0105             </array>
0106             <key>CFBundleTypeRole</key>
0107             <string>Editor</string>
0108         </dict>
0109         <dict>
0110             <key>CFBundleTypeExtensions</key>
0111             <array>
0112                 <string>ps</string>
0113             </array>
0114             <key>CFBundleTypeMIMETypes</key>
0115             <array>
0116                 <string>application/postscript</string>
0117             </array>
0118             <key>CFBundleTypeName</key>
0119             <string>Postscript File</string>
0120             <key>CFBundleTypeOSTypes</key>
0121             <array>
0122                 <string>TEXT</string>
0123             </array>
0124             <key>CFBundleTypeRole</key>
0125             <string>Editor</string>
0126         </dict>
0127     </array>
0128 </dict>
0129 </plist>