List/Search all existing UTIs (Uniform Type Identifiers)

怎甘沉沦 提交于 2019-12-18 04:43:08

问题


Is it possible to find a list of all existing Uniform Type Identifiers on a system?


回答1:


How about

 /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -dump

Even better: A Graph of all Universal Type Identifiers - Kevin Ballard's Blog




回答2:


You can build your own graph with UTIsExplorer https://github.com/nst/UTIsExplorer

The project includes a graph of all UTIs on my machine: http://seriot.ch/resources/utis_graph/utis_graph.pdf



来源:https://stackoverflow.com/questions/12554187/list-search-all-existing-utis-uniform-type-identifiers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!