File: Bundle.plist.in

package info (click to toggle)
sailcut 1.3.4-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,864 kB
  • ctags: 1,120
  • sloc: cpp: 12,369; python: 127; xml: 46; makefile: 8; sh: 7
file content (24 lines) | stat: -rw-r--r-- 787 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleExecutable</key>
	<string>@CPACK_BUNDLE_NAME@</string>
	<key>CFBundleIdentifier</key>
	<string>@CPACK_BUNDLE_IDENTIFIER@</string>
	<key>CFBundleName</key>
	<string>@CPACK_BUNDLE_NAME@</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>@CPACK_PACKAGE_VERSION@</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>@CPACK_PACKAGE_VERSION@</string>
	<key>CFBundleIconFile</key>
	<string>sailcut.icns</string>
</dict>
</plist>