Closed cyugao closed 2 years ago
Hi, the quicklook does not work on Ocaml files .ml.
.ml
The output of mdls is
mdls
kMDItemContentType = "dyn.ah62d4rv4ge81u6pzqz3hw" kMDItemContentTypeTree = ( "public.item", "dyn.ah62d4rv4ge81u6pzqz3hw", "public.data" )
I tried to add UTTypeConformsTo key to the section in Info.plist
UTTypeConformsTo
Info.plist
<dict> <key>UTTypeDescription</key> <string>OCaml File</string> <key>UTTypeIdentifier</key> <string>org.ocaml.ocaml-source</string> <key>UTTypeReferenceURL</key> <string>http://www.ocaml.org/</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>ml</string> <string>mll</string> <string>mly</string> </array> </dict> </dict>
But then the app will crash.
You cannot edit the Info.plist because break the app signature. Implemented on release 2.1.13.
Hi, the quicklook does not work on Ocaml files
.ml
.The output of
mdls
isI tried to add
UTTypeConformsTo
key to the section inInfo.plist
But then the app will crash.