~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to Info.plist

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <key>CFBundleExecutable</key>
8
8
    <string>Inkscape</string>
9
9
    <key>CFBundleGetInfoString</key>
10
 
    <string>0.44.1, Copyright 2003-2006 Inkscape Developers</string>
 
10
    <string>0.46, Copyright 2003-2007 Inkscape Developers</string>
11
11
    <key>CFBundleIconFile</key>
12
12
    <string>Inkscape.icns</string>
13
13
    <key>CFBundleIdentifier</key>
14
14
    <string>org.inkscape.Inkscape</string>
15
15
    <key>CFBundleDocumentTypes</key>
16
16
    <array>
 
17
                    <dict>
 
18
                        <key>CFBundleTypeExtensions</key>
 
19
                        <array>
 
20
                            <string>SVG</string>
 
21
                        </array>
 
22
                        <key>CFBundleTypeIconFile</key>
 
23
                        <string>inkscape_svg.icns</string>
 
24
                        <key>CFBundleTypeMIMETypes</key>
 
25
                        <array>
 
26
                            <string>svg</string>
 
27
                        </array>
 
28
                        <key>CFBundleTypeName</key>
 
29
                        <string>Scalable Vector Graphics Image</string>
 
30
                        <key>CFBundleTypeOSTypes</key>
 
31
                        <array>
 
32
                            <string>SVG </string>
 
33
                        </array>
 
34
                        <key>CFBundleTypeRole</key>
 
35
                        <string>Viewer</string>
 
36
                    </dict>
17
37
        <dict>
18
38
            <key>CFBundleTypeExtensions</key>
19
39
            <array>
20
40
                <string>SVGZ</string>
21
41
            </array>
22
42
            <key>CFBundleTypeIconFile</key>
23
 
            <string>inkscape_svg.icns</string>
 
43
            <string>inkscape_svgz.icns</string>
24
44
            <key>CFBundleTypeMIMETypes</key>
25
45
            <array>
26
46
                <string>svgz</string>
27
47
            </array>
28
48
            <key>CFBundleTypeName</key>
29
 
            <string>SVGZ</string>
 
49
            <string>Compressed SVG</string>
30
50
            <key>CFBundleTypeOSTypes</key>
31
51
            <array>
32
52
                <string>SVGZ</string>
40
60
                <string>EPS</string>
41
61
            </array>
42
62
            <key>CFBundleTypeIconFile</key>
43
 
            <string>EPS.icns</string>
 
63
            <string>inkscape_eps.icns</string>
44
64
            <key>CFBundleTypeMIMETypes</key>
45
65
            <array>
46
66
                <string>eps</string>
47
67
            </array>
48
68
            <key>CFBundleTypeName</key>
49
 
            <string>EPS</string>
 
69
            <string>PostScript Document</string>
50
70
            <key>CFBundleTypeOSTypes</key>
51
71
            <array>
52
72
                <string>EPS </string>
60
80
                <string>EPSI</string>
61
81
            </array>
62
82
            <key>CFBundleTypeIconFile</key>
63
 
            <string>EPSI.icns</string>
 
83
            <string>inkscape_epsi.icns</string>
64
84
            <key>CFBundleTypeMIMETypes</key>
65
85
            <array>
66
86
                <string>epsi</string>
67
87
            </array>
68
88
            <key>CFBundleTypeName</key>
69
 
            <string>EPSI</string>
 
89
            <string>PostScript Document</string>
70
90
            <key>CFBundleTypeOSTypes</key>
71
91
            <array>
72
92
                <string>EPSI</string>
77
97
        <dict>
78
98
            <key>CFBundleTypeExtensions</key>
79
99
            <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
100
                <string>PS</string>
101
101
            </array>
102
102
            <key>CFBundleTypeIconFile</key>
103
 
            <string>postscript.icns</string>
 
103
            <string>inkscape_ps.icns</string>
104
104
            <key>CFBundleTypeMIMETypes</key>
105
105
            <array>
106
106
                <string>ps</string>
107
107
            </array>
108
108
            <key>CFBundleTypeName</key>
109
 
            <string>Postscript</string>
 
109
            <string>PostScript Document</string>
110
110
            <key>CFBundleTypeOSTypes</key>
111
111
            <array>
112
112
                <string>PS  </string>
114
114
            <key>CFBundleTypeRole</key>
115
115
            <string>Viewer</string>
116
116
        </dict>
117
 
    </array>
 
117
        <dict>
 
118
            <key>CFBundleTypeExtensions</key>
 
119
            <array>
 
120
                <string>AI</string>
 
121
            </array>
 
122
            <key>CFBundleTypeIconFile</key>
 
123
            <string>inkscape_ai.icns</string>
 
124
            <key>CFBundleTypeMIMETypes</key>
 
125
            <array>
 
126
                <string>ai</string>
 
127
            </array>
 
128
            <key>CFBundleTypeName</key>
 
129
            <string>Adobe Illustrator Document</string>
 
130
            <key>CFBundleTypeOSTypes</key>
 
131
            <array>
 
132
                <string>AI  </string>
 
133
            </array>
 
134
            <key>CFBundleTypeRole</key>
 
135
            <string>Viewer</string>
 
136
        </dict>
 
137
        <dict>
 
138
            <key>CFBundleTypeExtensions</key>
 
139
            <array>
 
140
                <string>WMF</string>
 
141
            </array>
 
142
            <key>CFBundleTypeIconFile</key>
 
143
            <string>inkscape_wmf.icns</string>
 
144
            <key>CFBundleTypeMIMETypes</key>
 
145
            <array>
 
146
                <string>wmf</string>
 
147
            </array>
 
148
            <key>CFBundleTypeName</key>
 
149
            <string>Windows MetaFile</string>
 
150
            <key>CFBundleTypeOSTypes</key>
 
151
            <array>
 
152
                <string>WMF </string>
 
153
            </array>
 
154
            <key>CFBundleTypeRole</key>
 
155
            <string>Viewer</string>
 
156
        </dict>
 
157
        <dict>
 
158
            <key>CFBundleTypeExtensions</key>
 
159
            <array>
 
160
                <string>PDF</string>
 
161
            </array>
 
162
            <key>CFBundleTypeIconFile</key>
 
163
            <string>inkscape_pdf.icns</string>
 
164
            <key>CFBundleTypeMIMETypes</key>
 
165
            <array>
 
166
                <string>pdf</string>
 
167
            </array>
 
168
            <key>CFBundleTypeName</key>
 
169
            <string>PDF Document</string>
 
170
            <key>CFBundleTypeOSTypes</key>
 
171
            <array>
 
172
                <string>PDF </string>
 
173
            </array>
 
174
            <key>CFBundleTypeRole</key>
 
175
            <string>Viewer</string>
 
176
        </dict>    
 
177
                </array>
118
178
    <key>CFBundleInfoDictionaryVersion</key>
119
179
    <string>6.0</string>
120
180
    <key>CFBundlePackageType</key>
121
181
    <string>APPL</string>
122
182
    <key>CFBundleShortVersionString</key>
123
 
    <string>0.44.1</string>
 
183
    <string>0.46</string>
124
184
    <key>CFBundleSignature</key>
125
185
    <string>Inks</string>
126
186
    <key>CFBundleVersion</key>
127
 
    <string>0.44.1</string>
 
187
    <string>0.46</string>
128
188
    <key>NSHumanReadableCopyright</key>
129
 
    <string>Copyright 2006 Inkscape Developers, GNU General Public License.</string>
 
189
    <string>Copyright 2007 Inkscape Developers, GNU General Public License.</string>
130
190
    <key>LSMinimumSystemVersion</key>
131
191
    <string>10.3</string>
132
192
</dict>