File: Info.plist.in

package info (click to toggle)
ponyprog 3.0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,752 kB
  • sloc: cpp: 33,187; python: 981; sh: 507; makefile: 36
file content (30 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>Ponyprog</string>
		<key>CFBundleGetInfoString</key>
		<string>@APP_VERSION@, @APP_COPYRIGHT@</string>
		<key>CFBundleIconFile</key>
		<string>Ponyprog</string>
		<key>CFBundleIdentifier</key>
		<string>org.ponyprog.Ponyprog</string>
		<key>CFBundleInfoDictionaryVersion</key>
		<string>6.0</string>
		<key>CFBundlePackageType</key>
		<string>APPL</string>
		<key>CFBundleShortVersionString</key>
		<string>@APP_VERSION@</string>
		<key>CFBundleSignature</key>
		<string>Ponyprog</string>
		<key>CFBundleVersion</key>
		<string>@APP_VERSION@</string>
		<key>NSHumanReadableCopyright</key>
		<string>@PONYPROG_COPYRIGHT@</string>
		<key>LSMinimumSystemVersion</key>
		<string>10.5</string>
	</dict>
</plist>