Lord-Kamina / SwiftDefaultApps

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

Cannot change URI schemes settings #37

Open mix3d opened 4 years ago

mix3d commented 4 years ago

v10.15.6

Attempting to turn off / deregister an application for testing. All 3 radio buttons can be selected at the same time, switching tabs and coming back returns the settings to the default/initial value.

image

eaglexer commented 3 years ago

The same problem on Catalina 10.15.7

sT331h0rs3 commented 3 years ago

It seems to me https://github.com/Lord-Kamina/SwiftDefaultApps/pull/38 could be helpful in this case:

xattr -r -d com.apple.quarantine /Library/PreferencePanes/SwiftDefaultApps.prefPane/Contents/Resources/ThisAppDoesNothing.app
open /Library/PreferencePanes/SwiftDefaultApps.prefPane/Contents/Resources/ThisAppDoesNothing.app

The second command fails for me, but the issue with select is gone.