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: Tk-Info.plist.in,v 1.1.2.3 2007/04/29 02:26:47 das Exp $
10-->
11<plist version="1.0">
12<dict>
13	<key>CFBundleDevelopmentRegion</key>
14	<string>English</string>
15	<key>CFBundleExecutable</key>
16	<string>@TK_LIB_FILE@</string>
17	<key>CFBundleGetInfoString</key>
18	<string>Tk @TK_WINDOWINGSYSTEM@ @TK_VERSION@@TK_PATCH_LEVEL@,
19Copyright © @TK_YEAR@ Tcl Core Team,
20Copyright © 2002-@TK_YEAR@ Daniel A. Steffen,
21Initial MacOS X Port by Jim Ingham &amp; Ian Reid,
22Copyright © 2001-2002, Apple Computer, Inc.</string>
23	<key>CFBundleIdentifier</key>
24	<string>com.tcltk.tklibrary</string>
25	<key>CFBundleInfoDictionaryVersion</key>
26	<string>6.0</string>
27	<key>CFBundleName</key>
28	<string>Tk @TK_WINDOWINGSYSTEM@ @TK_VERSION@</string>
29	<key>CFBundlePackageType</key>
30	<string>FMWK</string>
31	<key>CFBundleShortVersionString</key>
32	<string>@TK_VERSION@@TK_PATCH_LEVEL@</string>
33	<key>CFBundleSignature</key>
34	<string>Tk  </string>
35	<key>CFBundleVersion</key>
36	<string>@TK_VERSION@@TK_PATCH_LEVEL@</string>
37</dict>
38</plist>
39