Index: trunk/macosx/JOSM.app/Contents/Info.plist_template.xml
===================================================================
--- trunk/macosx/JOSM.app/Contents/Info.plist_template.xml	(revision 7474)
+++ trunk/macosx/JOSM.app/Contents/Info.plist_template.xml	(revision 7475)
@@ -3,4 +3,5 @@
 <key>UTExportedTypeDeclarations</key>
 <array>
+    <!-- Export JOSM file format UTI (*.osm) -->
     <dict>
         <key>UTTypeIdentifier</key>
@@ -28,4 +29,8 @@
         </dict>
     </dict>
+</array>
+<key>UTImportedTypeDeclarations</key>
+<array>
+    <!-- Import GPX file format "standard" UTI (*.gpx) -->
     <dict>
         <key>UTTypeIdentifier</key>
@@ -49,7 +54,30 @@
         </dict>
     </dict>
+    <!-- Import GPX file format Apple UTI (*.gpx) -->
+    <dict>
+        <key>UTTypeIdentifier</key>
+        <string>com.apple.dt.document.gpx</string>
+        <key>UTTypeReferenceURL</key>
+        <string>http://www.topografix.com/GPX/1/1/</string>
+        <key>UTTypeDescription</key>
+        <string>GPX File</string>
+        <key>UTTypeConformsTo</key>
+        <array>
+            <string>public.xml</string>
+        </array>
+        <key>UTTypeTagSpecification</key>
+        <dict>
+            <key>public.filename-extension</key>
+            <array>
+                <string>gpx</string>
+            </array>
+            <key>public.mime-type</key>
+            <string>application/gpx+xml</string>
+        </dict>
+    </dict>
 </array>
 <key>CFBundleDocumentTypes</key>
 <array>
+    <!-- Registers opening *.osm files -->
     <dict>
         <key>CFBundleTypeIconFile</key>
@@ -74,4 +102,5 @@
         </array>
     </dict>
+    <!-- Registers opening *.gpx files -->
     <dict>
         <key>CFBundleTypeIconFile</key>
@@ -82,8 +111,9 @@
         <string>Editor</string>
         <key>LSHandlerRank</key>
-        <string>Owner</string>
+        <string>Alternate</string>
         <key>LSItemContentTypes</key>
         <array>
             <string>com.topografix.gpx</string>
+            <string>com.apple.dt.document.gpx</string>
         </array>
         <key>NSExportableTypes</key>
@@ -92,4 +122,5 @@
         </array>
     </dict>
+    <!-- Registers opening *.osm.zip, *.osm.gz, *.osm.bz2 files -->
     <dict>
         <key>CFBundleTypeIconFile</key>
