Mac File association not working. Why or how to debug?

前端 未结 1 460
滥情空心
滥情空心 2021-01-03 09:48

I have the following Info.plist which I am attempting to associate .mybin files with the applcation. However after installing the .mybin files do not have the icon, the desc

相关标签:
1条回答
  • 2021-01-03 10:03

    You could investigate using the lsregister command:

    alias lsregister='/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister'
    lsregister -lint -f /path/to/your.app
    

    (I'm using Lion. On a different version of the Mac OS, it's possible that the path to lsregister is different.)

    0 讨论(0)
提交回复
热议问题