aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto/main.m
AgeCommit message (Collapse)Author
2018-09-06Rename the project directory "CopyMailto" -> "Copy Mailto"Teddy Wing
2018-09-05DefaultURLHandler: 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-05Add `DefaultURLHandler`; Get current handler for `mailto` URLsTeddy 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.
2018-09-05New Xcode 9.2 (9C40b) projectTeddy Wing