File: tulip_mac_info.plist.in

package info (click to toggle)
tulip 2.0.6-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 15,292 kB
  • ctags: 7,159
  • sloc: cpp: 51,513; sh: 8,708; ansic: 5,600; makefile: 1,865; xml: 63
file content (22 lines) | stat: -rw-r--r-- 724 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleIdentifier</key>
	<string>org.TulipSoftware.tulip</string>
	<key>CFBundleExecutable</key>
	<string>tulip</string>
	<key>CFBundleGetInfoString</key>
	<string>Tulip @PACKAGE_VERSION@ from www.tulip-software.org</string>
	<key>CFBundleIconFile</key>
	<string>tulip.icns</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleSignature</key>
	<string>tlps</string>
        <key>CFBundleShortVersionString</key>
        <string>@PACKAGE_VERSION@</string>
	<key>NOTE</key>
	<string>Created by Auber from LABRI (France)</string>
</dict>
</plist>