Thanks to some comments below, I have updated my info.plist with these points, but it stillt doesn't work unfortunately:
<key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeName</key> <string>CSV File</string> <key>LSItemContentTypes</key> <array> <string>com.lcairsports.csv</string> </array> </dict> </array> <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.comma-separated-values-text</string> </array> <key>UTTypeIdentifier</key> <string>com.lcairsports.csv</string> <key>UTTypeDescription</key> <string>CSV File</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <string>csv</string> </dict> </dict> </array> <key>UIFileSharingEnabled</key> <true/>