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 | |
---|
6 | See the file "license.terms" for information on usage and redistribution of |
---|
7 | this file, and for a DISCLAIMER OF ALL WARRANTIES. |
---|
8 | |
---|
9 | RCS: @(#) $Id: Tcl-Info.plist.in,v 1.2 2007/04/23 20:46:13 das Exp $ |
---|
10 | --> |
---|
11 | <plist version="1.0"> |
---|
12 | <dict> |
---|
13 | <key>CFBundleDevelopmentRegion</key> |
---|
14 | <string>English</string> |
---|
15 | <key>CFBundleExecutable</key> |
---|
16 | <string>@TCL_LIB_FILE@</string> |
---|
17 | <key>CFBundleGetInfoString</key> |
---|
18 | <string>Tcl @TCL_VERSION@@TCL_PATCH_LEVEL@, |
---|
19 | Copyright © @TCL_YEAR@ Tcl Core Team, |
---|
20 | Copyright © 2001-@TCL_YEAR@ Daniel A. Steffen, |
---|
21 | Initial MacOS X Port by Jim Ingham & Ian Reid, |
---|
22 | Copyright © 2001-2002, Apple Computer, Inc.</string> |
---|
23 | <key>CFBundleIdentifier</key> |
---|
24 | <string>com.tcltk.tcllibrary</string> |
---|
25 | <key>CFBundleInfoDictionaryVersion</key> |
---|
26 | <string>6.0</string> |
---|
27 | <key>CFBundleName</key> |
---|
28 | <string>Tcl @TCL_VERSION@</string> |
---|
29 | <key>CFBundlePackageType</key> |
---|
30 | <string>FMWK</string> |
---|
31 | <key>CFBundleShortVersionString</key> |
---|
32 | <string>@TCL_VERSION@@TCL_PATCH_LEVEL@</string> |
---|
33 | <key>CFBundleSignature</key> |
---|
34 | <string>Tcl </string> |
---|
35 | <key>CFBundleVersion</key> |
---|
36 | <string>@TCL_VERSION@@TCL_PATCH_LEVEL@</string> |
---|
37 | </dict> |
---|
38 | </plist> |
---|