Changeset 7441 in josm


Ignore:
Timestamp:
2014-08-26T01:23:47+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10422 - Double-clicking .gpx file on Mac OS X doesn't open JOSM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/JOSM.app/Contents/Info.plist_template.xml

    r7287 r7441  
    2424                <string>osm</string>
    2525            </array>
     26            <key>public.mime-type</key>
     27            <string>application/x-osm+xml</string>
     28        </dict>
     29    </dict>
     30    <dict>
     31        <key>UTTypeIdentifier</key>
     32        <string>com.topografix.gpx</string>
     33        <key>UTTypeReferenceURL</key>
     34        <string>http://www.topografix.com/GPX/1/1/</string>
     35        <key>UTTypeDescription</key>
     36        <string>GPS Exchange Format (GPX)</string>
     37        <key>UTTypeConformsTo</key>
     38        <array>
     39            <string>public.xml</string>
     40        </array>
     41        <key>UTTypeTagSpecification</key>
     42        <dict>
     43            <key>public.filename-extension</key>
     44            <array>
     45                <string>gpx</string>
     46            </array>
     47            <key>public.mime-type</key>
     48            <string>application/gpx+xml</string>
    2649        </dict>
    2750    </dict>
     
    4568        <array>
    4669            <string>org.openstreetmap.josm.osm</string>
     70            <string>com.topografix.gpx</string>
    4771            <string>com.pkware.zip-archive</string>
    4872            <string>org.gnu.gnu-zip-archive</string>
    4973            <string>public.archive.bzip2</string>
     74        </array>
     75    </dict>
     76    <dict>
     77        <key>CFBundleTypeIconFile</key>
     78        <string>macosx/JOSM.app/Contents/Resources/JOSM.icns</string>
     79        <key>CFBundleTypeName</key>
     80        <string>GPX Files</string>
     81        <key>CFBundleTypeRole</key>
     82        <string>Editor</string>
     83        <key>LSHandlerRank</key>
     84        <string>Owner</string>
     85        <key>LSItemContentTypes</key>
     86        <array>
     87            <string>com.topografix.gpx</string>
     88        </array>
     89        <key>NSExportableTypes</key>
     90        <array>
     91            <string>org.openstreetmap.josm.osm</string>
    5092        </array>
    5193    </dict>
Note: See TracChangeset for help on using the changeset viewer.