diff options
| author | Teddy Wing | 2018-09-05 18:06:41 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2018-09-05 18:09:56 +0200 | 
| commit | 3748d43501bc81d53a0e912c6db4070643052436 (patch) | |
| tree | ab253c373725e353e23cc88476d7649ce8bc048b /CopyMailto.xcodeproj | |
| parent | eae8538ad69274b3c2e3487e5a2561763106a8b7 (diff) | |
| download | Copy-Mailto-3748d43501bc81d53a0e912c6db4070643052436.tar.bz2 | |
AppDelegate: Change `window` property to instance variable
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.
Diffstat (limited to 'CopyMailto.xcodeproj')
| -rw-r--r-- | CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist new file mode 100644 index 0000000..fe2b454 --- /dev/null +++ b/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Bucket +   type = "1" +   version = "2.0"> +</Bucket> | 
