about summary refs log tree commit diff
path: root/other/osx/Info.plist
blob: 76009934be4d03ebc44f072f23f3e6e4366a25b9 (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
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
65
66
67
68
<?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>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDisplayName</key>
	<string>Kindle Comic Converter</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
		<key>CFBundleTypeExtensions</key>
		<array>
			<string>cbz</string>
			<string>cbr</string>
			<string>cb7</string>
			<string>zip</string>
			<string>rar</string>
			<string>7z</string>
			<string>pdf</string>
		</array>
		<key>CFBundleTypeIconFile</key>
		<string>comic2ebook.icns</string>
		<key>CFBundleTypeName</key>
		<string>Comics</string>
		<key>CFBundleTypeRole</key>
		<string>Editor</string>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>MacOS/Kindle Comic Converter</string>
	<key>CFBundleGetInfoString</key>
	<string>KindleComicConverter 5.3.0, written 2012-2017 by Ciro Mattia Gonano and Pawel Jastrzebski</string>
	<key>CFBundleIconFile</key>
	<string>comic2ebook.icns</string>
	<key>CFBundleIdentifier</key>
	<string>com.kindlecomicconverter.KindleComicConverter</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Kindle Comic Converter</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>5.3.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>5.3.0</string>
	<key>LSEnvironment</key>
	<dict>
		<key>PATH</key>
		<string>./../Resources:/usr/local/bin:/usr/bin:/bin</string>
	</dict>
	<key>LSHasLocalizedDisplayName</key>
	<false/>
	<key>LSMinimumSystemVersion</key>
	<string>10.9.0</string>
	<key>NSAppleScriptEnabled</key>
	<false/>
	<key>NSHumanReadableCopyright</key>
	<string>ISC License (ISCL)</string>
	<key>NSMainNibFile</key>
	<string>MainMenu</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
</dict>
</plist>