<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Copy-Mailto/CopyMailto.xcodeproj/xcuserdata/tw.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist, branch master</title>
<subtitle>Copy email addresses from `mailto:` links instead of opening an email client</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Copy-Mailto/'/>
<entry>
<title>Rename "CopyMailto" Xcode project to "Copy Mailto"</title>
<updated>2018-09-05T22:08:25+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-09-05T22:08:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Copy-Mailto/commit/?id=4e2eea2beb2705e028226fe0300d17a7e223ec3c'/>
<id>4e2eea2beb2705e028226fe0300d17a7e223ec3c</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>AppDelegate: Change `window` property to instance variable</title>
<updated>2018-09-05T16:09:56+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-09-05T16:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Copy-Mailto/commit/?id=3748d43501bc81d53a0e912c6db4070643052436'/>
<id>3748d43501bc81d53a0e912c6db4070643052436</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
