aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto.xcodeproj/xcuserdata
AgeCommit message (Collapse)Author
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