Wish-Info.plist.in
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <!--
  4. Copyright (c) 2005-2007 Daniel A. Steffen <das@users.sourceforge.net>
  5. See the file "license.terms" for information on usage and redistribution of
  6. this file, and for a DISCLAIMER OF ALL WARRANTIES.
  7. RCS: @(#) $Id: Wish-Info.plist.in,v 1.1.2.4 2008/02/02 23:59:11 das Exp $
  8. -->
  9. <plist version="1.0">
  10. <dict>
  11. <key>CFBundleDevelopmentRegion</key>
  12. <string>English</string>
  13. <key>CFBundleDocumentTypes</key>
  14. <array>
  15. <dict>
  16. <key>CFBundleTypeExtensions</key>
  17. <array>
  18. <string>tcl</string>
  19. <string>TCL</string>
  20. <string>*</string>
  21. </array>
  22. <key>CFBundleTypeMIMETypes</key>
  23. <array>
  24. <string>application/x-tcl</string>
  25. <string>text/plain</string>
  26. </array>
  27. <key>CFBundleTypeName</key>
  28. <string>NSStringPboardType</string>
  29. <key>CFBundleTypeOSTypes</key>
  30. <array>
  31. <string>TEXT</string>
  32. <string>****</string>
  33. </array>
  34. <key>CFBundleTypeRole</key>
  35. <string>Viewer</string>
  36. </dict>
  37. </array>
  38. <key>CFBundleExecutable</key>
  39. <string>Wish</string>
  40. <key>CFBundleGetInfoString</key>
  41. <string>Wish Shell @TK_VERSION@@TK_PATCH_LEVEL@,
  42. Copyright 漏 @TK_YEAR@ Tcl Core Team,
  43. Copyright 漏 2002-@TK_YEAR@ Daniel A. Steffen,
  44. Initial MacOS X Port by Jim Ingham &amp; Ian Reid,
  45. Copyright 漏 2001-2002, Apple Computer, Inc.</string>
  46. <key>CFBundleIconFile</key>
  47. <string>Wish.icns</string>
  48. <key>CFBundleIdentifier</key>
  49. <string>com.tcltk.wish</string>
  50. <key>CFBundleInfoDictionaryVersion</key>
  51. <string>6.0</string>
  52. <key>CFBundleLocalizations</key>
  53. <array>
  54. @CFBUNDLELOCALIZATIONS@
  55. </array>
  56. <key>CFBundleName</key>
  57. <string>Wish</string>
  58. <key>CFBundlePackageType</key>
  59. <string>APPL</string>
  60. <key>CFBundleShortVersionString</key>
  61. <string>@TK_VERSION@@TK_PATCH_LEVEL@</string>
  62. <key>CFBundleSignature</key>
  63. <string>WiSH</string>
  64. <key>CFBundleVersion</key>
  65. <string>@TK_VERSION@@TK_PATCH_LEVEL@</string>
  66. <key>LSMinimumSystemVersion</key>
  67. <string>10.2.0</string>
  68. <key>LSRequiresCarbon</key>
  69. <true/>
  70. <key>NSAppleScriptEnabled</key>
  71. <true/>
  72. </dict>
  73. </plist>