<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Word-Count, branch v1.0</title>
<subtitle>Word counter for the current TextEdit document</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/'/>
<entry>
<title>Makefile: Make targets PHONY</title>
<updated>2018-10-08T16:41:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=cb001f10751d924de53d9078be62d6bdeeb8a7cc'/>
<id>cb001f10751d924de53d9078be62d6bdeeb8a7cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Add target to zip the release .app file</title>
<updated>2018-10-08T16:40:35+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=a630d33808f5ea7a4a2221c5cb202ccd518c1e08'/>
<id>a630d33808f5ea7a4a2221c5cb202ccd518c1e08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Make filename label the width of the window</title>
<updated>2018-10-08T16:32:26+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=d55e24c550c03dfc7d174247d1d96438a62fd4b3'/>
<id>d55e24c550c03dfc7d174247d1d96438a62fd4b3</id>
<content type='text'>
Otherwise names that were larger than "No File" would be cut off.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise names that were larger than "No File" would be cut off.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close the application when the window is closed with the close button</title>
<updated>2018-10-08T16:31:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=d676974a5a66c6cbb89a1b2cc0333ff1d7acf1cb'/>
<id>d676974a5a66c6cbb89a1b2cc0333ff1d7acf1cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Change filename label to "No File"</title>
<updated>2018-10-08T16:23:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=0a809e7f7b275d3eff5e93b957183732093f3210'/>
<id>0a809e7f7b275d3eff5e93b957183732093f3210</id>
<content type='text'>
Makes it clear that the application wasn't able to find a file to read
from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it clear that the application wasn't able to find a file to read
from.
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Remove non-essentials from menu bar</title>
<updated>2018-10-08T16:23:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=5be9faa47e5b4f623a0951d99a017aa639252899'/>
<id>5be9faa47e5b4f623a0951d99a017aa639252899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Makefile to build and archive the application</title>
<updated>2018-10-08T16:23:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=ce6854f2de7d6301a4b9937159536cc855ce8818'/>
<id>ce6854f2de7d6301a4b9937159536cc855ce8818</id>
<content type='text'>
Thanks to these resources, in addition to the `xcodebuild` man page, for
explaining how to do the archiving:

- http://subathrathanabalan.com/2016/01/07/building-ipa-export-archive/
- https://medium.com/xcblog/xcodebuild-deploy-ios-app-from-command-line-c6defff0d8b8
- https://bitbar.com/tipstricks-how-to-archive-and-export-ipa-from-script/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to these resources, in addition to the `xcodebuild` man page, for
explaining how to do the archiving:

- http://subathrathanabalan.com/2016/01/07/building-ipa-export-archive/
- https://medium.com/xcblog/xcodebuild-deploy-ios-app-from-command-line-c6defff0d8b8
- https://bitbar.com/tipstricks-how-to-archive-and-export-ipa-from-script/
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Remove Auto Layout</title>
<updated>2018-10-08T16:17:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=995ec750f18f32217b9368b57bdef28d7ef64b30'/>
<id>995ec750f18f32217b9368b57bdef28d7ef64b30</id>
<content type='text'>
Fix this error:

  error: Auto Layout before OS X 10.7

by un-checking the "Use Auto Layout" check box in Interface Builder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix this error:

  error: Auto Layout before OS X 10.7

by un-checking the "Use Auto Layout" check box in Interface Builder.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing nib file from bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7</title>
<updated>2018-10-08T16:15:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=029f71e17ff85e892477a140368c05f5df78dc68'/>
<id>029f71e17ff85e892477a140368c05f5df78dc68</id>
<content type='text'>
I accidentally deleted the nib file when disabling internationalisation.
When prompted, I had selected the "Move to Trash" option instead of the
"Move to English" option, thinking that the non-defined files would get
moved and the English one would remain. Not so. This restores the nib
file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I accidentally deleted the nib file when disabling internationalisation.
When prompted, I had selected the "Move to Trash" option instead of the
"Move to English" option, thinking that the non-defined files would get
moved and the English one would remain. Not so. This restores the nib
file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change deployment target to 10.6</title>
<updated>2018-10-08T15:45:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T15:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7'/>
<id>bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7</id>
<content type='text'>
Uncheck the "Use Base Internationalization" check box in the project
Info panel as that requires OS 10.8 or higher.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uncheck the "Use Base Internationalization" check box in the project
Info panel as that requires OS 10.8 or higher.
</pre>
</div>
</content>
</entry>
</feed>
