File: Info.plist.shdoc

package info (click to toggle)
tuxpaint 1%3A0.9.35-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 64,512 kB
  • sloc: ansic: 62,209; makefile: 1,425; sh: 790; objc: 303; cpp: 186; python: 182; php: 43
file content (28 lines) | stat: -rw-r--r-- 934 bytes parent folder | download | duplicates (2)
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
<?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>tuxpaint</string>
	<key>CFBundleGetInfoString</key>
	<string>${VER_VERSION}, Copyright 2002-$(date +%Y), Tux Paint Development Team</string>
	<key>CFBundleIconFile</key>
	<string>tuxpaint.icns</string>
	<key>CFBundleIdentifier</key>
	<string>com.newbreedsoftware.tuxpaint</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Tux Paint</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>${VER_VERSION}</string>
	<key>CFBundleSignature</key>
	<string>TXPT</string>
	<key>CFBundleVersion</key>
	<string>$(date +%Y-%m-%d)</string>
</dict>
</plist>