-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix/uti-conversion] work around broken MIMEType->UTI conversions in …
…iOS (#558) * - FileProvider now allows a manual override of UTIs based on MIMEType and suffix - used to fix a problem where iOS 13 does not return usable UTIs for OpenDocument formats (#557) - initially provides overrides for all OpenDocument formats based on MIMEType (where implemented by the server) and suffix (where not implemented on the server) * - Addition to previous commit, with MIMEType/suffix-based conversion * - Clean up commented out suffix -> UTI table entries - Add comments explaining the reasoning behind leaving commented out conversions in the source code
- Loading branch information
1 parent
ba9023f
commit 02dfc02
Showing
1 changed file
with
116 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters