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: Wish-Info.plist.in,v 1.1.2.4 2008/02/02 23:59:11 das Exp $
10-->
11<plist version="1.0">
12<dict>
13	<key>CFBundleDevelopmentRegion</key>
14	<string>English</string>
15	<key>CFBundleDocumentTypes</key>
16	<array>
17		<dict>
18			<key>CFBundleTypeExtensions</key>
19			<array>
20				<string>tcl</string>
21				<string>TCL</string>
22				<string>*</string>
23			</array>
24			<key>CFBundleTypeMIMETypes</key>
25			<array>
26				<string>application/x-tcl</string>
27				<string>text/plain</string>
28			</array>
29			<key>CFBundleTypeName</key>
30			<string>NSStringPboardType</string>
31			<key>CFBundleTypeOSTypes</key>
32			<array>
33				<string>TEXT</string>
34				<string>****</string>
35			</array>
36			<key>CFBundleTypeRole</key>
37			<string>Viewer</string>
38		</dict>
39	</array>
40	<key>CFBundleExecutable</key>
41	<string>Wish</string>
42	<key>CFBundleGetInfoString</key>
43	<string>Wish Shell @TK_VERSION@@TK_PATCH_LEVEL@,
44Copyright © @TK_YEAR@ Tcl Core Team,
45Copyright © 2002-@TK_YEAR@ Daniel A. Steffen,
46Initial MacOS X Port by Jim Ingham &amp; Ian Reid,
47Copyright © 2001-2002, Apple Computer, Inc.</string>
48	<key>CFBundleIconFile</key>
49	<string>Wish.icns</string>
50	<key>CFBundleIdentifier</key>
51	<string>com.tcltk.wish</string>
52	<key>CFBundleInfoDictionaryVersion</key>
53	<string>6.0</string>
54	<key>CFBundleLocalizations</key>
55	<array>
56		@CFBUNDLELOCALIZATIONS@
57	</array>
58	<key>CFBundleName</key>
59	<string>Wish</string>
60	<key>CFBundlePackageType</key>
61	<string>APPL</string>
62	<key>CFBundleShortVersionString</key>
63	<string>@TK_VERSION@@TK_PATCH_LEVEL@</string>
64	<key>CFBundleSignature</key>
65	<string>WiSH</string>
66	<key>CFBundleVersion</key>
67	<string>@TK_VERSION@@TK_PATCH_LEVEL@</string>
68	<key>LSMinimumSystemVersion</key>
69	<string>10.2.0</string>
70	<key>LSRequiresCarbon</key>
71	<true/>
72	<key>NSAppleScriptEnabled</key>
73	<true/>
74</dict>
75</plist>
76