source: josm/trunk/native/macosx/JOSM.app/Contents/Info.plist_template.xml@ 17335

Last change on this file since 17335 was 16786, checked in by simon04, 4 years ago

see #19370, see #18319 - native/macosx/JOSM.app/Contents/Info.plist_template.xml (used by Ant)

File size: 8.5 KB
Line 
1<key>NSSupportsAutomaticGraphicsSwitching</key>
2<true/>
3<key>CFBundleAllowMixedLocalizations</key>
4<string>true</string>
5<key>UTExportedTypeDeclarations</key>
6<array>
7 <!-- Export JOSM file format UTI (*.osm) -->
8 <dict>
9 <key>UTTypeIdentifier</key>
10 <string>org.openstreetmap.josm.osm</string>
11 <key>UTTypeDescription</key>
12 <string>JOSM File</string>
13 <key>UTTypeIconFile</key>
14 <string>JOSM.icns</string>
15 <key>UTTypeReferenceURL</key>
16 <string>http://wiki.openstreetmap.org/wiki/JOSM_file_format</string>
17 <key>UTTypeConformsTo</key>
18 <array>
19 <string>public.xml</string>
20 </array>
21 <key>UTTypeTagSpecification</key>
22 <dict>
23 <key>com.apple.ostype</key>
24 <string>JOSM</string>
25 <key>public.filename-extension</key>
26 <array>
27 <string>osm</string>
28 </array>
29 <key>public.mime-type</key>
30 <string>application/x-osm+xml</string>
31 </dict>
32 </dict>
33 <!-- Export JOSM session file format UTI (*.jos) -->
34 <dict>
35 <key>UTTypeIdentifier</key>
36 <string>org.openstreetmap.josm.jos</string>
37 <key>UTTypeDescription</key>
38 <string>JOS File</string>
39 <key>UTTypeIconFile</key>
40 <string>JOSM.icns</string>
41 <key>UTTypeConformsTo</key>
42 <array>
43 <string>public.xml</string>
44 </array>
45 <key>UTTypeTagSpecification</key>
46 <dict>
47 <key>com.apple.ostype</key>
48 <string>JOSM</string>
49 <key>public.filename-extension</key>
50 <array>
51 <string>jos</string>
52 </array>
53 <key>public.mime-type</key>
54 <string>application/x-josm-session+xml</string>
55 </dict>
56 </dict>
57 <!-- Export JOSM session file format UTI (*.joz) -->
58 <dict>
59 <key>UTTypeIdentifier</key>
60 <string>org.openstreetmap.josm.joz</string>
61 <key>UTTypeDescription</key>
62 <string>JOZ File</string>
63 <key>UTTypeIconFile</key>
64 <string>JOSM.icns</string>
65 <key>UTTypeConformsTo</key>
66 <array>
67 <string>com.pkware.zip-archive</string>
68 </array>
69 <key>UTTypeTagSpecification</key>
70 <dict>
71 <key>com.apple.ostype</key>
72 <string>JOSM</string>
73 <key>public.filename-extension</key>
74 <array>
75 <string>joz</string>
76 </array>
77 <key>public.mime-type</key>
78 <string>application/x-josm-session+zip</string>
79 </dict>
80 </dict>
81 <!-- Export GeoJSON file format UTI (*.geojson) -->
82 <dict>
83 <key>UTTypeIdentifier</key>
84 <string>public.geojson</string>
85 <key>UTTypeDescription</key>
86 <string>GeoJSON File</string>
87 <key>UTTypeIconFile</key>
88 <string>JOSM.icns</string>
89 <key>UTTypeConformsTo</key>
90 <array>
91 <string>public.json</string>
92 </array>
93 <key>UTTypeTagSpecification</key>
94 <dict>
95 <key>com.apple.ostype</key>
96 <string>GeoJSON</string>
97 <key>public.filename-extension</key>
98 <array>
99 <string>geojson</string>
100 </array>
101 </dict>
102 </dict>
103</array>
104<key>UTImportedTypeDeclarations</key>
105<array>
106 <!-- Import GPX file format "standard" UTI (*.gpx) -->
107 <dict>
108 <key>UTTypeIdentifier</key>
109 <string>com.topografix.gpx</string>
110 <key>UTTypeReferenceURL</key>
111 <string>http://www.topografix.com/GPX/1/1/</string>
112 <key>UTTypeDescription</key>
113 <string>GPS Exchange Format (GPX)</string>
114 <key>UTTypeConformsTo</key>
115 <array>
116 <string>public.xml</string>
117 </array>
118 <key>UTTypeTagSpecification</key>
119 <dict>
120 <key>public.filename-extension</key>
121 <array>
122 <string>gpx</string>
123 </array>
124 <key>public.mime-type</key>
125 <string>application/gpx+xml</string>
126 </dict>
127 </dict>
128 <!-- Import GPX file format Apple UTI (*.gpx) -->
129 <dict>
130 <key>UTTypeIdentifier</key>
131 <string>com.apple.dt.document.gpx</string>
132 <key>UTTypeReferenceURL</key>
133 <string>http://www.topografix.com/GPX/1/1/</string>
134 <key>UTTypeDescription</key>
135 <string>GPX File</string>
136 <key>UTTypeConformsTo</key>
137 <array>
138 <string>public.xml</string>
139 </array>
140 <key>UTTypeTagSpecification</key>
141 <dict>
142 <key>public.filename-extension</key>
143 <array>
144 <string>gpx</string>
145 </array>
146 <key>public.mime-type</key>
147 <string>application/gpx+xml</string>
148 </dict>
149 </dict>
150</array>
151<key>CFBundleDocumentTypes</key>
152<array>
153 <!-- Registers opening *.osm files -->
154 <dict>
155 <key>CFBundleTypeIconFile</key>
156 <string>JOSM.icns</string>
157 <key>CFBundleTypeName</key>
158 <string>OSM Files</string>
159 <key>CFBundleTypeRole</key>
160 <string>Editor</string>
161 <key>LSHandlerRank</key>
162 <string>Owner</string>
163 <key>LSItemContentTypes</key>
164 <array>
165 <string>org.openstreetmap.josm.osm</string>
166 </array>
167 <key>NSExportableTypes</key>
168 <array>
169 <string>org.openstreetmap.josm.osm</string>
170 <string>com.topografix.gpx</string>
171 <string>com.pkware.zip-archive</string>
172 <string>org.gnu.gnu-zip-archive</string>
173 <string>public.archive.bzip2</string>
174 </array>
175 </dict>
176 <!-- Registers opening *.jos files -->
177 <dict>
178 <key>CFBundleTypeIconFile</key>
179 <string>JOSM.icns</string>
180 <key>CFBundleTypeName</key>
181 <string>JOS Files</string>
182 <key>CFBundleTypeRole</key>
183 <string>Editor</string>
184 <key>LSHandlerRank</key>
185 <string>Owner</string>
186 <key>LSItemContentTypes</key>
187 <array>
188 <string>org.openstreetmap.josm.jos</string>
189 </array>
190 </dict>
191 <!-- Registers opening *.joz files -->
192 <dict>
193 <key>CFBundleTypeIconFile</key>
194 <string>JOSM.icns</string>
195 <key>CFBundleTypeName</key>
196 <string>JOZ Files</string>
197 <key>CFBundleTypeRole</key>
198 <string>Editor</string>
199 <key>LSHandlerRank</key>
200 <string>Owner</string>
201 <key>LSItemContentTypes</key>
202 <array>
203 <string>org.openstreetmap.josm.joz</string>
204 </array>
205 </dict>
206 <!-- Registers opening *.geojson files -->
207 <dict>
208 <key>CFBundleTypeIconFile</key>
209 <string>JOSM.icns</string>
210 <key>CFBundleTypeName</key>
211 <string>GeoJSON Files</string>
212 <key>CFBundleTypeRole</key>
213 <string>Editor</string>
214 <key>LSHandlerRank</key>
215 <string>Owner</string>
216 <key>LSItemContentTypes</key>
217 <array>
218 <string>public.geojson</string>
219 </array>
220 </dict>
221 <!-- Registers opening *.gpx files -->
222 <dict>
223 <key>CFBundleTypeIconFile</key>
224 <string>JOSM.icns</string>
225 <key>CFBundleTypeName</key>
226 <string>GPX Files</string>
227 <key>CFBundleTypeRole</key>
228 <string>Editor</string>
229 <key>LSHandlerRank</key>
230 <string>Alternate</string>
231 <key>LSItemContentTypes</key>
232 <array>
233 <string>com.topografix.gpx</string>
234 <string>com.apple.dt.document.gpx</string>
235 </array>
236 <key>NSExportableTypes</key>
237 <array>
238 <string>org.openstreetmap.josm.osm</string>
239 </array>
240 </dict>
241 <!-- Registers opening *.osm.zip, *.osm.gz, *.osm.bz2 files -->
242 <dict>
243 <key>CFBundleTypeIconFile</key>
244 <string>JOSM.icns</string>
245 <key>CFBundleTypeName</key>
246 <string>OSM Compressed Files</string>
247 <key>CFBundleTypeRole</key>
248 <string>Editor</string>
249 <key>LSHandlerRank</key>
250 <string>Alternate</string>
251 <key>LSItemContentTypes</key>
252 <array>
253 <string>com.pkware.zip-archive</string>
254 <string>org.gnu.gnu-zip-archive</string>
255 <string>public.archive.bzip2</string>
256 </array>
257 <key>NSExportableTypes</key>
258 <array>
259 <string>org.openstreetmap.josm.osm</string>
260 <string>com.pkware.zip-archive</string>
261 <string>org.gnu.gnu-zip-archive</string>
262 <string>public.archive.bzip2</string>
263 </array>
264 </dict>
265</array>
Note: See TracBrowser for help on using the repository browser.