| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2018-09-05 | AppDelegate: Change `window` property to instance variable | Teddy Wing | |
| Got this error: Cannot synthesize weak property because the current deployment target does not support weak references Get rid of the property and replace it with an instance variable to get rid of the error. | |||
| 2018-09-05 | Change project to build for older OSes | Teddy Wing | |
| Set deployment target to OS X 10.6 and the Xcode project to Xcode 3.2. | |||
| 2018-09-05 | New Xcode 9.2 (9C40b) project | Teddy Wing | |
