aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad
AgeCommit message (Collapse)Author
2018-09-06Rename "CopyMailto" Xcode project to "Copy Mailto"Teddy Wing
I like it better with the space in between. Normally I'm used to not using spaces, but since you can here, do it. Following this guide to rename the project: https://digitalleaves.com/blog/2017/06/rename-xcode-project/ Not yet finished, but committing this stage of the rename now.
2018-09-05AppDelegate: Change `window` property to instance variableTeddy 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-05New Xcode 9.2 (9C40b) projectTeddy Wing