Warning, /office/kmymoney/kmymoney/MacOSXBundleInfo.plist.in 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>NSPrincipalClass</key>
0006         <string>NSApplication</string>
0007         <key>NSHighResolutionCapable</key>
0008         <string>True</string>
0009         <key>CFBundleDevelopmentRegion</key>
0010         <string>English</string>
0011         <key>CFBundleExecutable</key>
0012         <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
0013         <key>CFBundleGetInfoString</key>
0014         <string>${MACOSX_BUNDLE_INFO_STRING}</string>
0015         <key>CFBundleIconFile</key>
0016         <string>${MACOSX_BUNDLE_ICON_FILE}</string>
0017         <key>CFBundleIdentifier</key>
0018         <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
0019         <key>CFBundleInfoDictionaryVersion</key>
0020         <string>6.0</string>
0021         <key>CFBundleName</key>
0022         <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
0023         <key>CFBundlePackageType</key>
0024         <string>APPL</string>
0025         <key>CFBundleShortVersionString</key>
0026         <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
0027         <key>CFBundleSignature</key>
0028         <string>????</string>
0029         <key>CFBundleVersion</key>
0030         <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
0031         <key>CFBundleDocumentTypes</key>
0032         <array>
0033             <dict>
0034                 <key>CFBundleTypeName</key>
0035                 <string>${MACOSX_BUNDLE_DISPLAY_NAME} Document</string>
0036                 <key>CFBundleTypeExtensions</key>
0037                 <array>
0038                     <string>kmy</string>
0039                 </array>
0040                 <key>CFBundleTypeIconFile</key>
0041                 <string>${MACOSX_BUNDLE_ICON_FILE}</string>
0042                 <key>CFBundleTypeRole</key>
0043                 <string>Editor</string>
0044             </dict>
0045             <dict>
0046                 <key>CFBundleTypeName</key>
0047                 <string>OFX Financial Statement</string>
0048                 <key>CFBundleTypeExtensions</key>
0049                 <array>
0050                     <string>ofx</string>
0051                     <string>qfx</string>
0052                 </array>
0053                 <key>CFBundleTypeIconFile</key>
0054                 <string>${MACOSX_BUNDLE_ICON_FILE}</string>
0055                 <key>CFBundleTypeRole</key>
0056                 <string>Viewer</string>
0057             </dict>
0058             <dict>
0059                 <key>CFBundleTypeName</key>
0060                 <string>QIF Financial Statement</string>
0061                 <key>CFBundleTypeExtensions</key>
0062                 <array>
0063                     <string>qif</string>
0064                 </array>
0065                 <key>CFBundleTypeIconFile</key>
0066                 <string>${MACOSX_BUNDLE_ICON_FILE}</string>
0067                 <key>CFBundleTypeRole</key>
0068                 <string>Viewer</string>
0069             </dict>
0070            <dict>
0071                 <key>CFBundleTypeName</key>
0072                 <string>CSV Financial Statement</string>
0073                 <key>CFBundleTypeExtensions</key>
0074                 <array>
0075                     <string>csv</string>
0076                     <string>txt</string>
0077                 </array>
0078                 <key>CFBundleTypeIconFile</key>
0079                 <string>${MACOSX_BUNDLE_ICON_FILE}</string>
0080                 <key>CFBundleTypeRole</key>
0081                 <string>Viewer</string>
0082             </dict>
0083         </array>
0084         <key>CSResourcesFileMapped</key>
0085         <true/>
0086         <key>LSRequiresCarbon</key>
0087         <true/>
0088         <key>NSHumanReadableCopyright</key>
0089         <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
0090         <key>LSMultipleInstancesProhibited</key>
0091         <true/>
0092         <key>UTExportedTypeDeclarations</key>
0093         <array>
0094             <dict>
0095                 <key>UTTypeIdentifier</key>
0096                 <string>org.kde.kmymoney</string>
0097                 <key>UTTypeTagSpecification</key>
0098                 <dict>
0099                     <key>public.filename-extension</key>
0100                     <array>
0101                         <string>kmy</string>
0102                     </array>
0103                 </dict>
0104                 <key>UTTypeDescription</key>
0105                 <string>${MACOSX_BUNDLE_DISPLAY_NAME} Document</string>
0106                 <key>UTTypeIconFile</key>
0107                 <string>${MACOSX_BUNDLE_ICON_FILE}</string>
0108             </dict>
0109         </array>
0110 </dict>
0111 </plist>