aboutsummaryrefslogtreecommitdiff
path: root/contrib/macosx/Info.plist.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/macosx/Info.plist.in')
-rw-r--r--contrib/macosx/Info.plist.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/macosx/Info.plist.in b/contrib/macosx/Info.plist.in
index b7b242e..939832e 100644
--- a/contrib/macosx/Info.plist.in
+++ b/contrib/macosx/Info.plist.in
@@ -9,7 +9,7 @@
9 <key>CFBundleName</key> 9 <key>CFBundleName</key>
10 <string>Extractor</string> 10 <string>Extractor</string>
11 <key>CFBundleGetInfoString</key> 11 <key>CFBundleGetInfoString</key>
12 <string>@PACKAGE_STRING@, Copyright 2002-2008 Vidyut Samanta and Christian Grothoff</string> 12 <string>Extractor (@PACKAGE_STRING@), Copyright 2002-2008 Vidyut Samanta and Christian Grothoff</string>
13 <key>CFBundleIconFile</key> 13 <key>CFBundleIconFile</key>
14 <string></string> 14 <string></string>
15 <key>CFBundleIdentifier</key> 15 <key>CFBundleIdentifier</key>
@@ -19,10 +19,10 @@
19 <key>CFBundlePackageType</key> 19 <key>CFBundlePackageType</key>
20 <string>FMWK</string> 20 <string>FMWK</string>
21 <key>CFBundleShortVersionString</key> 21 <key>CFBundleShortVersionString</key>
22 <string>@PACKAGE_VERSION@-0</string> 22 <string>@PACKAGE_VERSION@</string>
23 <key>CFBundleSignature</key> 23 <key>CFBundleSignature</key>
24 <string>????</string> 24 <string>????</string>
25 <key>CFBundleVersion</key> 25 <key>CFBundleVersion</key>
26 <string>Extractor @PACKAGE_VERSION@-0</string> 26 <string>Extractor @PACKAGE_VERSION@-@FRAMEWORK_REVISION@</string>
27</dict> 27</dict>
28</plist> 28</plist>