aboutsummaryrefslogtreecommitdiff
path: root/Map/Info.plist
blob: 16ae98244a0998a58addab75a6867353bb43ebaa (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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>ATSApplicationFontsPath</key>
	<string>Fonts</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>LSTypeIsPackage</key>
			<false/>
			<key>CFBundleTypeName</key>
			<string>Wardley Map</string>
			<key>CFBundleTypeIconFile</key>
			<string>WmapFile</string>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>LSHandlerRank</key>
			<string>Default</string>
			<key>LSItemContentTypes</key>
			<array>
				<string>systems.tranquil.map.wmap</string>
			</array>
			<key>NSUbiquitousDocumentUserActivityType</key>
			<string>$(PRODUCT_BUNDLE_IDENTIFIER).exampledocument</string>
		</dict>
	</array>
	<key>SUEnableInstallerLauncherService</key>
	<true/>
	<key>SUFeedURL</key>
	<string>https://map.tranquil.systems/appcast.xml</string>
	<key>SUPublicEDKey</key>
	<string>lacD9VFVjJO55y+hEy+ReU4S0xbrnbdhncui1qLsmfI=</string>
	<key>UTImportedTypeDeclarations</key>
	<array>
		<dict>
			<key>UTTypeConformsTo</key>
			<array>
				<string>public.plain-text</string>
			</array>
			<key>UTTypeDescription</key>
			<string>Wardley Map written in Map&apos;s wmap syntax</string>
			<key>UTTypeIcons</key>
			<dict>
				<key>UTTypeIconFile</key>
				<string>WmapFile</string>
			</dict>
			<key>UTTypeIdentifier</key>
			<string>systems.tranquil.map.wmap</string>
			<key>UTTypeTagSpecification</key>
			<dict>
				<key>public.filename-extension</key>
				<array>
					<string>wmap</string>
				</array>
				<key>public.mime-type</key>
				<array>
					<string>text/vnd.wmap</string>
				</array>
			</dict>
		</dict>
	</array>
</dict>
</plist>