Skip to content

Instantly share code, notes, and snippets.

@kerembaydogan
Last active February 27, 2020 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerembaydogan/b3e821a5cea5f23534c59737236673f1 to your computer and use it in GitHub Desktop.
Save kerembaydogan/b3e821a5cea5f23534c59737236673f1 to your computer and use it in GitHub Desktop.
QLStephen Catalina Workaround / https://github.com/whomwah/qlstephen/issues/23
# source: https://github.com/whomwah/qlstephen/issues/23
## run this line, if output looks like dyn.* it means no uti is defined for *.meta
mdls -name kMDItemContentType example.meta
## note dyn output
dyn.ah62d4rv4ge8043pyqe
## edit QLStephen.qlgenerator/Contents/Info.plist
## add dyn.ah62d4rv4ge8043pyqe to LSItemContentTypes array.
## to make the change take effect
qlmanage -r
## run this line to verify that it is effective
## search for the UTI in the output
qlmanage -r
## relaunch finder just to be sure
killall -KILL Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment