File: Info.plist.in

package info (click to toggle)
patchage 0.5.0%2Bdfsg0-0.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,512 kB
  • sloc: python: 11,225; cpp: 5,306; sh: 35; makefile: 12
file content (26 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
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
<?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>Patchage</string>
	<key>CFBundleExecutable</key>
	<string>patchage</string>
	<key>CFBundleGetInfoString</key>
	<string>@PATCHAGE_VERSION@, Copyright © 2010 David Robillard</string>
	<key>CFBundleIconFile</key>
	<string>Patchage</string>
	<key>CFBundleIdentifier</key>
	<string>net.drobilla.Patchage</string>
	<key>CFBundleName</key>
	<string>Patchage</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>@PATCHAGE_VERSION@</string>
	<key>CFBundleSignature</key>
	<string>patc</string>
</dict>
</plist>