aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Info.plist
blob: 8b58335f3d840a4042d556a87a0c60fe5498ea04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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>CFBundleURLTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Viewer</string>
			<key>CFBundleURLName</key>
			<string>co.goodmake.hotline</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>hotline</string>
			</array>
		</dict>
		<dict>
			<key>CFBundleTypeRole</key>
			<string>Viewer</string>
			<key>CFBundleURLName</key>
			<string>co.goodmake.hotline</string>
			<key>CFBundleURLSchemes</key>
			<array>
				<string>hotlinetracker</string>
			</array>
		</dict>
	</array>
</dict>
</plist>