TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -dump >dump.txt 可以 dump 出来什么东西… 看上去好像注册 url scheme 的方式不止一种 update: 可以暂时用 /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -u /Applications/Some.app 删掉某个 App 的关联。 但是下次打开这个 App 还会偷偷添回来 破案了,需要删两个地方: (注意,第一个还必须用 xcode 打开) /Users/username/Library/Preferences/com.apple.LaunchServices/com.apple.launchservices.secure.plist /Applications/Some.app/Contents/Info.plist 但是仍然下次打开这个 App 还会偷偷添回来,需要再跑一遍上面的命令。好处是开机的时候不会自动添了(大概 #macOS