Code

* Info.plist.in: Update the Mac OS X copyright date to 2007.
[inkscape.git] / Info.plist.in
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5     <key>CFBundleDevelopmentRegion</key>
6     <string>English</string>
7     <key>CFBundleExecutable</key>
8     <string>Inkscape</string>
9     <key>CFBundleGetInfoString</key>
10     <string>@VERSION@, Copyright 2003-2007 Inkscape Developers</string>
11     <key>CFBundleIconFile</key>
12     <string>Inkscape.icns</string>
13     <key>CFBundleIdentifier</key>
14     <string>org.inkscape.Inkscape</string>
15     <key>CFBundleDocumentTypes</key>
16     <array>
17         <dict>
18             <key>CFBundleTypeExtensions</key>
19             <array>
20                 <string>SVGZ</string>
21             </array>
22             <key>CFBundleTypeIconFile</key>
23             <string>inkscape_svg.icns</string>
24             <key>CFBundleTypeMIMETypes</key>
25             <array>
26                 <string>svgz</string>
27             </array>
28             <key>CFBundleTypeName</key>
29             <string>SVGZ</string>
30             <key>CFBundleTypeOSTypes</key>
31             <array>
32                 <string>SVGZ</string>
33             </array>
34             <key>CFBundleTypeRole</key>
35             <string>Viewer</string>
36         </dict>
37         <dict>
38             <key>CFBundleTypeExtensions</key>
39             <array>
40                 <string>EPS</string>
41             </array>
42             <key>CFBundleTypeIconFile</key>
43             <string>EPS.icns</string>
44             <key>CFBundleTypeMIMETypes</key>
45             <array>
46                 <string>eps</string>
47             </array>
48             <key>CFBundleTypeName</key>
49             <string>EPS</string>
50             <key>CFBundleTypeOSTypes</key>
51             <array>
52                 <string>EPS </string>
53             </array>
54             <key>CFBundleTypeRole</key>
55             <string>Viewer</string>
56         </dict>
57         <dict>
58             <key>CFBundleTypeExtensions</key>
59             <array>
60                 <string>EPSI</string>
61             </array>
62             <key>CFBundleTypeIconFile</key>
63             <string>EPSI.icns</string>
64             <key>CFBundleTypeMIMETypes</key>
65             <array>
66                 <string>epsi</string>
67             </array>
68             <key>CFBundleTypeName</key>
69             <string>EPSI</string>
70             <key>CFBundleTypeOSTypes</key>
71             <array>
72                 <string>EPSI</string>
73             </array>
74             <key>CFBundleTypeRole</key>
75             <string>Viewer</string>
76         </dict>
77         <dict>
78             <key>CFBundleTypeExtensions</key>
79             <array>
80                 <string>SVG</string>
81             </array>
82             <key>CFBundleTypeIconFile</key>
83             <string>inkscape_svg.icns</string>
84             <key>CFBundleTypeMIMETypes</key>
85             <array>
86                 <string>svg</string>
87             </array>
88             <key>CFBundleTypeName</key>
89             <string>SVG</string>
90             <key>CFBundleTypeOSTypes</key>
91             <array>
92                 <string>SVG </string>
93             </array>
94             <key>CFBundleTypeRole</key>
95             <string>Viewer</string>
96         </dict>
97         <dict>
98             <key>CFBundleTypeExtensions</key>
99             <array>
100                 <string>PS</string>
101             </array>
102             <key>CFBundleTypeIconFile</key>
103             <string>postscript.icns</string>
104             <key>CFBundleTypeMIMETypes</key>
105             <array>
106                 <string>ps</string>
107             </array>
108             <key>CFBundleTypeName</key>
109             <string>Postscript</string>
110             <key>CFBundleTypeOSTypes</key>
111             <array>
112                 <string>PS  </string>
113             </array>
114             <key>CFBundleTypeRole</key>
115             <string>Viewer</string>
116         </dict>
117     </array>
118     <key>CFBundleInfoDictionaryVersion</key>
119     <string>6.0</string>
120     <key>CFBundlePackageType</key>
121     <string>APPL</string>
122     <key>CFBundleShortVersionString</key>
123     <string>@VERSION@</string>
124     <key>CFBundleSignature</key>
125     <string>Inks</string>
126     <key>CFBundleVersion</key>
127     <string>@VERSION@</string>
128     <key>NSHumanReadableCopyright</key>
129     <string>Copyright 2007 Inkscape Developers, GNU General Public License.</string>
130     <key>LSMinimumSystemVersion</key>
131     <string>10.3</string>
132 </dict>
133 </plist>