aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto/AppDelegate.m
AgeCommit message (Expand)Author
2018-09-06Rename the project directory "CopyMailto" -> "Copy Mailto"Teddy Wing
2018-09-05Remove unused `applicationWillTerminate` methodTeddy Wing
2018-09-05Terminate app when email address is copiedTeddy Wing
2018-09-05Add a "Copy" button that copies the email address to the clipboardTeddy Wing
2018-09-05Add label that displays the email address coming from `mailto`Teddy Wing
2018-09-05applicationWillFinishLaunching:: Fix `NSAppleEventManager` registrationTeddy Wing
2018-09-05AppDelegate: Change `window` property to instance variableTeddy Wing
2018-09-05Add URL Apple Event handling codeTeddy Wing
2018-09-05New Xcode 9.2 (9C40b) projectTeddy Wing