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-2009 Daniel A. Steffen <das@users.sourceforge.net>
5	Copyright 2008-2009, Apple Inc.
6
7	See the file "license.terms" for information on usage and redistribution of
8	this file, and for a DISCLAIMER OF ALL WARRANTIES.
9
10	RCS: @(#) $Id$
11-->
12<plist version="1.0">
13<dict>
14	<key>CFBundleDevelopmentRegion</key>
15	<string>English</string>
16	<key>CFBundleExecutable</key>
17	<string>@TK_LIB_FILE@</string>
18	<key>CFBundleGetInfoString</key>
19	<string>Tk @TK_WINDOWINGSYSTEM@ @TK_VERSION@@TK_PATCH_LEVEL@,
20Copyright © 1989-@TK_YEAR@ Tcl Core Team,
21Copyright © 2002-@TK_YEAR@ Daniel A. Steffen,
22Copyright © 2001-2009 Apple Inc.,
23Copyright © 2001-2002 Jim Ingham &amp; Ian Reid</string>
24	<key>CFBundleIdentifier</key>
25	<string>com.tcltk.tklibrary</string>
26	<key>CFBundleInfoDictionaryVersion</key>
27	<string>6.0</string>
28	<key>CFBundleName</key>
29	<string>Tk @TK_WINDOWINGSYSTEM@ @TK_VERSION@</string>
30	<key>CFBundlePackageType</key>
31	<string>FMWK</string>
32	<key>CFBundleShortVersionString</key>
33	<string>@TK_VERSION@@TK_PATCH_LEVEL@</string>
34	<key>CFBundleSignature</key>
35	<string>Tk  </string>
36	<key>CFBundleVersion</key>
37	<string>@TK_VERSION@@TK_PATCH_LEVEL@</string>
38</dict>
39</plist>
40