This is an automated email from the ASF dual-hosted git repository.

nick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 114009165410c91b57b91fc4eaddb089a8559451
Author: Nick Burch <n...@gagravarr.org>
AuthorDate: Thu May 28 07:06:14 2020 +0100

    Add glob for Xcode Memgraph files, which are bplist-based
---
 .../src/main/resources/org/apache/tika/mime/tika-mimetypes.xml     | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml 
b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
index aad1c39..feaef21 100644
--- a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
+++ b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
@@ -3315,6 +3315,7 @@
       <match value="bplist" type="string" offset="0"/>
     </magic>
   </mime-type>
+
   <mime-type type="application/x-gtar">
     <_comment>GNU tar Compressed File Archive (GNU Tape Archive)</_comment>
     <magic priority="50">
@@ -3866,6 +3867,12 @@
     <glob pattern="*.lzma"/>
   </mime-type>  
 
+  <mime-type type="application/x-memgraph">
+    <_comment>Apple Xcode Memgraph</_comment>
+         <sub-class-of type="application/x-bplist"/>
+     <glob pattern="*.memgraph"/>
+  </mime-type>
+
   <mime-type type="application/x-mobipocket-ebook">
     <acronym>MOBI</acronym>
     <_comment>Mobipocket Ebook</_comment>

Reply via email to