Warning, /office/calligraplan/src/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>KPLT</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>plan</string>
0041             </array>
0042             <key>CFBundleTypeMIMETypes</key>
0043             <array>
0044                 <string>application/x-vnd.kde.plan</string>
0045             </array>
0046             <key>CFBundleTypeOSTypes</key>
0047             <array>
0048             </array>
0049             <key>CFBundleTypeName</key>
0050             <string>Plan Project File</string>
0051             <key>CFBundleTypeRole</key>
0052             <string>Editor</string>
0053         </dict>
0054     </array>
0055 </dict>
0056 </plist>