tballison commented on PR #1947:
URL: https://github.com/apache/tika/pull/1947#issuecomment-2363801085

   If we modify the original definition that we stole from pronom, we'd get 
both architectures?
   
   ```
    <mime-type type="application/x-mach-o">
       <_comment>Mach-O</_comment>
       <tika:link>https://www.nationalarchives.gov.uk/PRONOM/fmt/693</tika:link>
       <magic priority="50">
         <match value="0xFEEDFACF" offset="0"/> <!-- 64 bit -->
         <match value="0xCFFAEDFE" offset="0"/><!-- 64 bit -->
         <match value="0xFEEDFACE" offset="0"/><!-- 32 bit -->
         <match value="0xCEFAEDFE" offset="0"/><!-- 32 bit -->
       </magic>
     </mime-type>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tika.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to