diff --git a/Info.plist b/Info.plist
index b0fb1ca9..fcb17d41 100644
--- a/Info.plist
+++ b/Info.plist
@@ -35,6 +35,54 @@
CFBundleTypeRole
Viewer
+
+ CFBundleTypeExtensions
+
+ tcx
+
+ CFBundleTypeMIMETypes
+
+ application/tcx+xml
+
+ CFBundleTypeIconFile
+ tcx.icns
+ CFBundleTypeName
+ Training Center XML
+ CFBundleTypeRole
+ Viewer
+
+
+ CFBundleTypeExtensions
+
+ kml
+
+ CFBundleTypeMIMETypes
+
+ application/vnd.google-earth.kml+xml
+
+ CFBundleTypeIconFile
+ kml.icns
+ CFBundleTypeName
+ Keyhole Markup Language
+ CFBundleTypeRole
+ Viewer
+
+
+ CFBundleTypeExtensions
+
+ fit
+
+ CFBundleTypeMIMETypes
+
+ application/octet-stream
+
+ CFBundleTypeIconFile
+ fit.icns
+ CFBundleTypeName
+ Flexible and Interoperable Data Transfer
+ CFBundleTypeRole
+ Viewer
+
UTImportedTypeDeclarations
@@ -60,6 +108,69 @@
application/gpx+xml
+
+ UTTypeIdentifier
+ com.garmin.tcx
+ UTTypeReferenceURL
+ http://www8.garmin.com/xmlschemas/TrainingCenterDatabasev2.xsd
+ UTTypeDescription
+ Training Center XML
+ UTTypeConformsTo
+
+ public.xml
+
+ UTTypeTagSpecification
+
+ public.filename-extension
+
+ tcx
+
+ public.mime-type
+ application/tcx+xml
+
+
+
+ UTTypeIdentifier
+ com.google.kml
+ UTTypeReferenceURL
+ https://developers.google.com/kml/documentation/kmlreference
+ UTTypeDescription
+ Keyhole Markup Language
+ UTTypeConformsTo
+
+ public.xml
+
+ UTTypeTagSpecification
+
+ public.filename-extension
+
+ kml
+
+ public.mime-type
+ application/vnd.google-earth.kml+xml
+
+
+
+ UTTypeIdentifier
+ com.thisisant.fit
+ UTTypeReferenceURL
+ https://www.thisisant.com/resources/fit
+ UTTypeDescription
+ Flexible and Interoperable Data Transfer
+ UTTypeConformsTo
+
+ public.data
+
+ UTTypeTagSpecification
+
+ public.filename-extension
+
+ fit
+
+ public.mime-type
+ application/octet-stream
+
+