Lord-Kamina / SwiftDefaultApps

Replacement for RCDefaultApps, written in Swift.
Other
1.43k stars 62 forks source link

how do I remove an association? #54

Open exekutive opened 2 years ago

exekutive commented 2 years ago

I had previously associated .nfo files with an application. I want these files to be just unrecognized generic files again, without any UTI entries. (it's a requirement for another extension I'm using) Can this utility do that?

Lord-Kamina commented 2 years ago

I don't think that's possible. The only way for LaunchServices to forget a UTI is for all apps referring to it to go.

Alkenso commented 2 years ago

I think that would be a good option to 'erase' all assotiations with particular schema or UTI

SamBeckett97 commented 2 years ago

Yup, really need a way to delete a URI entry and clear extraneous associated applications.

rosmcmahon commented 11 months ago

+1

rosmcmahon commented 11 months ago

still no joy. this is totally messing up certain browser links for me. how to manually remove a custom URI scheme ??

rrhill commented 10 months ago

Also would like to uncheck to delete the assignment.

rosmcmahon commented 10 months ago

I installed a browser I don't use. Made the URL link open in this browser, then uninstalled that browser. This worked!

I also then uninstalled this extension.