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>CFBundleDocumentTypes</key>
6	<array>
7		<dict>
8			<key>CFBundleTypeExtensions</key>
9			<array>
10				<string>qbrew</string>
11			</array>
12			<key>CFBundleTypeIconFile</key>
13			<string>document.icns</string>
14			<key>CFBundleTypeName</key>
15			<string>QBrew recipe file</string>
16			<key>CFBundleTypeRole</key>
17			<string>Editor</string>
18			<key>LSIsAppleDefaultForType</key>
19			<true/>
20		</dict>
21	</array>
22	<key>CFBundleExecutable</key>
23	<string>qbrew</string>
24	<key>CFBundleGetInfoString</key>
25	<string>Copyright David Johnson, 1999-2008</string>
26	<key>CFBundleIconFile</key>
27	<string>application.icns</string>
28	<key>CFBundlePackageType</key>
29	<string>APPL</string>
30	<key>CFBundleSignature</key>
31	<string>qbrw</string>
32	<key>CFBundleVersion</key>
33	<string>0.4.1</string>
34</dict>
35</plist>
36