Changeset 7475 in josm for trunk/macosx
- Timestamp:
- 2014-08-31T12:40:58+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/JOSM.app/Contents/Info.plist_template.xml
r7441 r7475 3 3 <key>UTExportedTypeDeclarations</key> 4 4 <array> 5 <!-- Export JOSM file format UTI (*.osm) --> 5 6 <dict> 6 7 <key>UTTypeIdentifier</key> … … 28 29 </dict> 29 30 </dict> 31 </array> 32 <key>UTImportedTypeDeclarations</key> 33 <array> 34 <!-- Import GPX file format "standard" UTI (*.gpx) --> 30 35 <dict> 31 36 <key>UTTypeIdentifier</key> … … 49 54 </dict> 50 55 </dict> 56 <!-- Import GPX file format Apple UTI (*.gpx) --> 57 <dict> 58 <key>UTTypeIdentifier</key> 59 <string>com.apple.dt.document.gpx</string> 60 <key>UTTypeReferenceURL</key> 61 <string>http://www.topografix.com/GPX/1/1/</string> 62 <key>UTTypeDescription</key> 63 <string>GPX File</string> 64 <key>UTTypeConformsTo</key> 65 <array> 66 <string>public.xml</string> 67 </array> 68 <key>UTTypeTagSpecification</key> 69 <dict> 70 <key>public.filename-extension</key> 71 <array> 72 <string>gpx</string> 73 </array> 74 <key>public.mime-type</key> 75 <string>application/gpx+xml</string> 76 </dict> 77 </dict> 51 78 </array> 52 79 <key>CFBundleDocumentTypes</key> 53 80 <array> 81 <!-- Registers opening *.osm files --> 54 82 <dict> 55 83 <key>CFBundleTypeIconFile</key> … … 74 102 </array> 75 103 </dict> 104 <!-- Registers opening *.gpx files --> 76 105 <dict> 77 106 <key>CFBundleTypeIconFile</key> … … 82 111 <string>Editor</string> 83 112 <key>LSHandlerRank</key> 84 <string> Owner</string>113 <string>Alternate</string> 85 114 <key>LSItemContentTypes</key> 86 115 <array> 87 116 <string>com.topografix.gpx</string> 117 <string>com.apple.dt.document.gpx</string> 88 118 </array> 89 119 <key>NSExportableTypes</key> … … 92 122 </array> 93 123 </dict> 124 <!-- Registers opening *.osm.zip, *.osm.gz, *.osm.bz2 files --> 94 125 <dict> 95 126 <key>CFBundleTypeIconFile</key>
Note:
See TracChangeset
for help on using the changeset viewer.