aboutsummaryrefslogtreecommitdiff
path: root/contrib/macosx/Info.plist.in
blob: 013c2ea6868ceb1c0d518bd889ed34d4c44f92b1 (plain) (blame)
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 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>Extractor</string>
	<key>CFBundleName</key>
	<string>Extractor</string>
	<key>CFBundleGetInfoString</key>
	<string>Extractor (@PACKAGE_STRING@), Copyright 2002-2009 Vidyut Samanta and Christian Grothoff</string>
        <key>CFBundleIconFile</key>
        <string></string>
	<key>CFBundleIdentifier</key>
	<string>org.gnunet.libextractor</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>FMWK</string>
	<key>CFBundleShortVersionString</key>
	<string>@PACKAGE_VERSION@</string>
        <key>CFBundleSignature</key>
        <string>????</string>
	<key>CFBundleVersion</key>
	<string>Extractor @PACKAGE_VERSION@-@FRAMEWORK_REVISION@</string>
</dict>
</plist>