Warning, /office/calligra/stage/app/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>KPR </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>odp</string>
0041                 <string>ODP</string>
0042             </array>
0043             <key>CFBundleTypeMIMETypes</key>
0044             <array>
0045                 <string>application/vnd.oasis.opendocument.presentation</string>
0046             </array>
0047             <key>CFBundleTypeOSTypes</key>
0048             <array>
0049             </array>
0050             <key>CFBundleTypeName</key>
0051             <string>OpenDocument Presentation File</string>
0052             <key>CFBundleTypeRole</key>
0053             <string>Editor</string>
0054         </dict>
0055         <dict>
0056             <key>CFBundleTypeExtensions</key>
0057             <array>
0058                 <string>otp</string>
0059                 <string>OTP</string>
0060             </array>
0061             <key>CFBundleTypeMIMETypes</key>
0062             <array>
0063                 <string>application/vnd.oasis.opendocument.presentation-template</string>
0064             </array>
0065             <key>CFBundleTypeOSTypes</key>
0066             <array>
0067             </array>
0068             <key>CFBundleTypeName</key>
0069             <string>OpenDocument Presentation File</string>
0070             <key>CFBundleTypeRole</key>
0071             <string>Editor</string>
0072         </dict>
0073         <dict>
0074             <key>CFBundleTypeExtensions</key>
0075             <array>
0076                 <string>kpr</string>
0077                 <string>KPR</string>
0078                 <string>kpt</string>
0079                 <string>KPT</string>
0080             </array>
0081             <key>CFBundleTypeMIMETypes</key>
0082             <array>
0083                 <string>application/x-kpresenter</string>
0084             </array>
0085             <key>CFBundleTypeOSTypes</key>
0086             <array>
0087             </array>
0088             <key>CFBundleTypeName</key>
0089             <string>KPresenter Presentation File</string>
0090             <key>CFBundleTypeRole</key>
0091             <string>Editor</string>
0092         </dict>
0093         <dict>
0094             <key>CFBundleTypeExtensions</key>
0095             <array>
0096                 <string>pot</string>
0097                 <string>POT</string>
0098                 <string>pps</string>
0099                 <string>PPS</string>
0100                 <string>ppt</string>
0101                 <string>PPT</string>
0102                 <string>ppz</string>
0103                 <string>PPZ</string>
0104             </array>
0105             <key>CFBundleTypeMIMETypes</key>
0106             <array>
0107                 <string>application/vnd.ms-powerpoint</string>
0108                 <string>application/powerpoint</string>
0109                 <string>application/mspowerpoint</string>
0110                 <string>application/x-mspowerpoint</string>
0111             </array>
0112             <key>CFBundleTypeOSTypes</key>
0113             <array>
0114             </array>
0115             <key>CFBundleTypeName</key>
0116             <string>Powerpoint Presentation File</string>
0117             <key>CFBundleTypeRole</key>
0118             <string>Editor</string>
0119         </dict>
0120     </array>
0121 </dict>
0122 </plist>