File: Info.plist

package info (click to toggle)
cheesecutter 2.9%2Bgit20191210-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,980 kB
  • sloc: cpp: 7,795; ansic: 4,432; makefile: 61; sh: 59
file content (51 lines) | stat: -rw-r--r-- 1,364 bytes parent folder | download | duplicates (5)
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
<?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>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>ct</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>ct.icns</string>
			<key>CFBundleTypeName</key>
			<string>ChesseCutter song file</string>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>SONG</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>LSTypeIsPackage</key>
			<false/>
			<key>NSPersistentStoreTypeKey</key>
			<string>Binary</string>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>ccutter</string>
	<key>CFBundleGetInfoString</key>
	<string>Version 2.5.0</string>
	<key>CFBundleIconFile</key>
	<string>ct.icns</string>
	<key>CFBundleIdentifier</key>
	<string>fi.kapsi.theyamo.ct</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>CheeseCutter</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>CT</string>
	<key>CFBundleVersion</key>
	<string>2.5.0</string>
	<key>NSHighResolutionCapable</key>
	<true/>
</dict>
</plist>