summaryrefslogtreecommitdiff
path: root/Hutch/Info.plist
blob: 836040693d87d604da49f269371619735b859a44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDisplayName</key>
	<string>Hutch</string>
	<key>CFBundleName</key>
	<string>Hutch</string>
	<key>CFBundleURLTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>CFBundleURLName</key>
			<string>.cleberg.Hutch</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>hutch</string>
			</array>
		</dict>
	</array>
</dict>
</plist>