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>CFBundleDocumentTypes</key>
17	<array>
18		<dict>
19			<key>CFBundleTypeExtensions</key>
20			<array>
21				<string>tcl</string>
22				<string>TCL</string>
23				<string>*</string>
24			</array>
25			<key>CFBundleTypeMIMETypes</key>
26			<array>
27				<string>application/x-tcl</string>
28				<string>text/plain</string>
29			</array>
30			<key>CFBundleTypeName</key>
31			<string>NSStringPboardType</string>
32			<key>CFBundleTypeOSTypes</key>
33			<array>
34				<string>TEXT</string>
35				<string>****</string>
36			</array>
37			<key>CFBundleTypeRole</key>
38			<string>Viewer</string>
39		</dict>
40	</array>
41	<key>CFBundleExecutable</key>
42	<string>Wish</string>
43	<key>CFBundleGetInfoString</key>
44	<string>Wish Shell @TK_VERSION@@TK_PATCH_LEVEL@,
45Copyright © 1989-@TK_YEAR@ Tcl Core Team,
46Copyright © 2002-@TK_YEAR@ Daniel A. Steffen,
47Copyright © 2001-2009 Apple Inc.,
48Copyright © 2001-2002 Jim Ingham &amp; Ian Reid</string>
49	<key>CFBundleIconFile</key>
50	<string>Wish.icns</string>
51	<key>CFBundleIdentifier</key>
52	<string>com.tcltk.wish</string>
53	<key>CFBundleInfoDictionaryVersion</key>
54	<string>6.0</string>
55	<key>CFBundleLocalizations</key>
56	<array>
57		@CFBUNDLELOCALIZATIONS@
58	</array>
59	<key>CFBundleName</key>
60	<string>Wish</string>
61	<key>CFBundlePackageType</key>
62	<string>APPL</string>
63	<key>CFBundleShortVersionString</key>
64	<string>@TK_VERSION@@TK_PATCH_LEVEL@</string>
65	<key>CFBundleSignature</key>
66	<string>WiSH</string>
67	<key>CFBundleVersion</key>
68	<string>@TK_VERSION@@TK_PATCH_LEVEL@</string>
69	<key>LSMinimumSystemVersion</key>
70	<string>10.5.0</string>
71	<key>LSRequiresCarbon</key>
72	<true/>
73	<key>NSAppleScriptEnabled</key>
74	<true/>
75	<key>OSAScriptingDefinition</key>
76	<string>Wish.sdef</string>
77</dict>
78</plist>
79