Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Add URL Apple Event handling code | Teddy Wing | |
This untested code should allow the application to respond to a Launch Services URL to open the application. From Thomas Zoechling (https://stackoverflow.com/users/100848/thomas-zoechling) on Stack Overflow: https://stackoverflow.com/questions/1991072/how-to-handle-with-a-default-url-scheme/1991162#1991162 | |||
2018-09-05 | New Xcode 9.2 (9C40b) project | Teddy Wing | |