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<plist version="1.0">
4<dict>
5	<key>CFBundleDevelopmentRegion</key>
6	<string>English</string>
7	<key>CFBundleExecutable</key>
8	<string>${EXECUTABLE_NAME}</string>
9	<key>CFBundleIdentifier</key>
10	<string>uk.org.logicalshift.Glulxe</string>
11	<key>CFBundleInfoDictionaryVersion</key>
12	<string>6.0</string>
13	<key>CFBundlePackageType</key>
14	<string>BNDL</string>
15	<key>CFBundleSignature</key>
16	<string>YZZY</string>
17	<key>CFBundleVersion</key>
18	<string>0.4.3</string>
19	<key>NSExecutable</key>
20	<string>Glulxe</string>
21	<key>NSPrincipalClass</key>
22	<string>ZoomGlulxe</string>
23	<key>ZoomPlugin</key>
24	<dict>
25		<key>Author</key>
26		<string>Andrew Hunter</string>
27		<key>DisplayName</key>
28		<string>Glulx</string>
29		<key>Image</key>
30		<string>../../Resources/GlkClient.icns</string>
31		<key>InterpreterAuthor</key>
32		<string>Andrew Plotkin</string>
33		<key>InterpreterVersion</key>
34		<string>0.4.3</string>
35		<key>Version</key>
36		<string>1.0.3</string>
37		<key>ZoomVersion</key>
38		<integer>112</integer>
39	</dict>
40</dict>
41</plist>
42