Warning, /sdk/kdiff3/src/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>CFBundleDevelopmentRegion</key> 0008 <string>English</string> 0009 <key>CFBundleExecutable</key> 0010 <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string> 0011 <key>CFBundleGetInfoString</key> 0012 <string>${MACOSX_BUNDLE_INFO_STRING}</string> 0013 <key>CFBundleIconFile</key> 0014 <string>${MACOSX_BUNDLE_ICON_FILE}</string> 0015 <key>CFBundleIdentifier</key> 0016 <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string> 0017 <key>CFBundleInfoDictionaryVersion</key> 0018 <string>6.0</string> 0019 <key>CFBundleLongVersionString</key> 0020 <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</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>CSResourcesFileMapped</key> 0032 <true/> 0033 <key>LSRequiresCarbon</key> 0034 <true/> 0035 <key>NSHumanReadableCopyright</key> 0036 <string>${MACOSX_BUNDLE_COPYRIGHT}</string> 0037 <key>LSMultipleInstancesProhibited</key> 0038 <true/> 0039 <key>CFBundleDocumentTypes</key> 0040 <array> 0041 <dict> 0042 <key>LSItemContentTypes</key> 0043 <array> 0044 <string>*</string> 0045 </array> 0046 <key>CFBundleTypeName</key> 0047 <string>NSStringPboardType</string> 0048 <key>CFBundleTypeRole</key> 0049 <string>Viewer</string> 0050 </dict> 0051 </array> 0052 </dict> 0053 </plist>