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

通讯编程

开发平台:

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: Tclsh-Info.plist.in,v 1.1.2.2 2007/06/06 09:54:33 das Exp $
  8. -->
  9. <plist version="1.0">
  10. <dict>
  11. <key>CFBundleDevelopmentRegion</key>
  12. <string>English</string>
  13. <key>CFBundleExecutable</key>
  14. <string>tclsh@TCL_VERSION@</string>
  15. <key>CFBundleGetInfoString</key>
  16. <string>Tcl Shell @TCL_VERSION@@TCL_PATCH_LEVEL@,
  17. Copyright 漏 @TCL_YEAR@ Tcl Core Team,
  18. Copyright 漏 2001-@TCL_YEAR@ Daniel A. Steffen,
  19. Initial MacOS X Port by Jim Ingham &amp; Ian Reid,
  20. Copyright 漏 2001-2002, Apple Computer, Inc.</string>
  21. <key>CFBundleIdentifier</key>
  22. <string>com.tcltk.tclsh</string>
  23. <key>CFBundleInfoDictionaryVersion</key>
  24. <string>6.0</string>
  25. <key>CFBundleName</key>
  26. <string>tclsh</string>
  27. <key>CFBundlePackageType</key>
  28. <string>APPL</string>
  29. <key>CFBundleShortVersionString</key>
  30. <string>@TCL_VERSION@@TCL_PATCH_LEVEL@</string>
  31. <key>CFBundleSignature</key>
  32. <string>TclS</string>
  33. <key>CFBundleVersion</key>
  34. <string>@TCL_VERSION@@TCL_PATCH_LEVEL@</string>
  35. </dict>
  36. </plist>