Warning, /pim/knotes/notesagent/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>CFBundleVersion</key>
0026 <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
0027 <key>CSResourcesFileMapped</key>
0028 <true/>
0029 <key>LSRequiresCarbon</key>
0030 <true/>
0031 <key>LSUIElement</key>
0032 <string>1</string>
0033 <key>NSHumanReadableCopyright</key>
0034 <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
0035 </dict>
0036 </plist>