File: Info.plist

package info (click to toggle)
gitg 44-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,244 kB
  • sloc: ansic: 1,636; ruby: 1,445; sh: 314; python: 261; xml: 57; makefile: 15
file content (36 lines) | stat: -rw-r--r-- 1,144 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
<?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>CFBundleExecutable</key>
	<string>Gitg</string>
	<key>CFBundleGetInfoString</key>
	<string>${version} Copyright 2015, ${name}</string>
	<key>CFBundleIconFile</key>
	<string>Gitg.icns</string>
	<key>CFBundleIdentifier</key>
	<string>org.gnome.Gitg</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>${version}</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>${version}</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright 2015 ${name}, GNU General Public License.</string>
	<key>LSMinimumSystemVersion</key>
	<string>10.7</string>
	<key>CFBundleName</key>
	<string>${name}</string>
	<key>CFBundleDisplayName</key>
	<string>${name}</string>
	<key>NSHighResolutionCapable</key>
	<string>True</string>
</dict>
</plist>