diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2021-01-09 01:08:51 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2021-01-09 01:08:51 +0200 |
commit | 7bcf225defe8ee72c8c3aa44180b1c4665e5143e (patch) | |
tree | daa2c82add49c2bce091b5527e8e17412d2f6e68 /data | |
parent | c1d1c70684dac11ce6c14a5089b5cb0b64a7dc27 (diff) | |
download | shared-mime-info-7bcf225defe8ee72c8c3aa44180b1c4665e5143e.tar.gz |
application/vnd.apple.numbers, /vnd.apple.pages: new typeswip/scop/vnd-apple-issue136
Magic between the two seems indistinguishable, prioritize pages for
(upcoming?) test stability.
https://www.iana.org/assignments/media-types/application/vnd.apple.numbers
https://www.iana.org/assignments/media-types/application/vnd.apple.pages
Closes https://gitlab.freedesktop.org/xdg/shared-mime-info/-/issues/136
Diffstat (limited to 'data')
-rw-r--r-- | data/freedesktop.org.xml.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 91360a0e..640ab648 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -7307,6 +7307,30 @@ command to generate the output files. <glob pattern="*.key" weight="80"/> <alias type="application/x-iwork-keynote-sffkey"/> </mime-type> + <mime-type type="application/vnd.apple.numbers"> + <comment>Apple Numbers spreadsheet</comment> + <sub-class-of type="application/zip"/> + <generic-icon name="x-office-spreadsheet"/> + <magic priority="65"> + <match type="string" value="PK\003\004" offset="0"> + <match type="string" value="index.xml" offset="30"/> + </match> + </magic> + <glob pattern="*.numbers"/> + <alias type="application/x-iwork-numbers-sffnumbers"/> + </mime-type> + <mime-type type="application/vnd.apple.pages"> + <comment>Apple Pages document</comment> + <sub-class-of type="application/zip"/> + <generic-icon name="x-office-document"/> + <magic priority="70"> + <match type="string" value="PK\003\004" offset="0"> + <match type="string" value="index.xml" offset="30"/> + </match> + </magic> + <glob pattern="*.pages"/> + <alias type="application/x-iwork-pages-sffpages"/> + </mime-type> <mime-type type="application/x-pagemaker"> <comment>Adobe PageMaker document</comment> |