summaryrefslogtreecommitdiff
path: root/src/cups/Info.plist.in
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-22 13:58:49 +0100
committerRoger Leigh <rleigh@debian.org>2008-10-26 17:29:17 +0000
commitfdaec3d7655dfc557045e6cf9658808540e9f215 (patch)
tree79ec1d0fb751d3b6929dfa57d9a78319b3eca4e9 /src/cups/Info.plist.in
parentda96e492f10c14d264544702e8be26bc428c6916 (diff)
Imported Debian patch 5.2.1-1
Diffstat (limited to 'src/cups/Info.plist.in')
-rw-r--r--src/cups/Info.plist.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/cups/Info.plist.in b/src/cups/Info.plist.in
new file mode 100644
index 0000000..c89a5dd
--- /dev/null
+++ b/src/cups/Info.plist.in
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleDisplayName</key>
+ <string>Gutenprint</string>
+ <key>CFBundleExecutable</key>
+ <string>rastertogutenprint.@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@</string>
+ <key>CFBundleGetInfoString</key>
+ <string>@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@.@GUTENPRINT_MICRO_VERSION@, Copyright 1993-2008 Mike Sweet and Robert Krawitz</string>
+ <key>CFBundleIdentifier</key>
+ <string>org.cups.gutenprint</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Gutenprint</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@.@GUTENPRINT_MICRO_VERSION@</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>@GUTENPRINT_MAJOR_VERSION@.@GUTENPRINT_MINOR_VERSION@.@GUTENPRINT_MICRO_VERSION@</string>
+</dict>
+</plist>