Lord-Kamina / SwiftDefaultApps

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

Assigning multiple extensions to a single application. #43

Open phyllisstein opened 3 years ago

phyllisstein commented 3 years ago

One of the handier features of RCDefaultApp was the ability to select every file type an app could handle at once and associate them all. With SwiftDefaultApps, files have to be assigned one by one. For an app like VSCode it's a bit of a chore. (#40 doesn't help much either.)

hHTUuRId

It would be great to see that in SwiftDefaultApps. Thanks for keeping the spirit of RCDefaultApp alive. 🖤

Lord-Kamina commented 2 years ago

I might try to implement it; however... I'm honestly not sure whether there's much point to it anymore. I've just updated to Big Sur but looking at the Apple Documentation, I'm seeing that almost the entire LaunchServices API is deprecated, and I don't see a replacemente anywhere.