Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-05 | DefaultURLHandler: Add `saveDefaultURLHandler` | Teddy Wing | |
This method is supposed to set CopyMailto as the default application for "mailto" URLs. But it keeps giving me a `-54` error, or `202` status code on the shell. WTF is going on? | |||
2018-09-05 | saveDefaultURLHandler: Simplify `CFStringRef` creation | Teddy Wing | |
Turns out `CFStringRef` can be "toll-free bridged" with `NSString`, allowing us to simplify the call. | |||
2018-09-05 | Add `DefaultURLHandler`; Get current handler for `mailto` URLs | Teddy Wing | |
Add a class to get the current bundle handler for `mailto` URLs. It will be extended to set CopyMailto as the default handler after saving the original. |