summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorKai Uwe Broulik <kde@privat.broulik.de>2021-10-11 17:56:02 +0200
committerkbroulik <kde@privat.broulik.de>2021-12-02 22:06:08 +0000
commit7ce55f3fa4cee8b95bb511491dac1a4b31da84ef (patch)
tree55dcd3d665a820e08076910de4d103c239fae728 /data
parent5a406b06792e26a83c7346b3c2443c0bd8d4cdb2 (diff)
downloadshared-mime-info-7ce55f3fa4cee8b95bb511491dac1a4b31da84ef.tar.gz
Add Apple Wallet pass type application/vnd.apple.pkpass
De-facto standard mentioned by Apple in [1] and [2]. [1] https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/DistributingPasses.html [2] https://developer.apple.com/documentation/walletpasses/send_an_updated_pass
Diffstat (limited to 'data')
-rw-r--r--data/freedesktop.org.xml.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in
index 27e2bd6b..15dd2f78 100644
--- a/data/freedesktop.org.xml.in
+++ b/data/freedesktop.org.xml.in
@@ -7463,6 +7463,16 @@ command to generate the output files.
<glob pattern="*.pages"/>
<alias type="application/x-iwork-pages-sffpages"/>
</mime-type>
+ <mime-type type="application/vnd.apple.pkpass">
+ <comment>Apple Wallet pass</comment>
+ <sub-class-of type="application/zip"/>
+ <magic priority="65">
+ <match type="string" value="PK\003\004" offset="0">
+ <match type="string" value="pass.json" offset="30"/>
+ </match>
+ </magic>
+ <glob pattern="*.pkpass"/>
+ </mime-type>
<mime-type type="application/x-pagemaker">
<comment>Adobe PageMaker document</comment>