| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  | Otherwise names that were larger than "No File" would be cut off. | 
|  |  | 
|  | Makes it clear that the application wasn't able to find a file to read
from. | 
|  |  | 
|  | 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/ | 
|  | Fix this error:
  error: Auto Layout before OS X 10.7
by un-checking the "Use Auto Layout" check box in Interface Builder. | 
|  | 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. | 
|  | Uncheck the "Use Base Internationalization" check box in the project
Info panel as that requires OS 10.8 or higher. | 
|  | Provides a way to confirm that the word counter operated on the expected
document. | 
|  | Previously they were only a single digit wide. Extend them to reach the
right edge of the window to allow large numbers to be displayed
correctly. | 
|  | Turns out you have to call Objective-C methods, weird. Never seen that
syntax in AppleScript before. Neat though once you know. | 
|  | A single window with an "OK" button and three lines for character, word,
and paragraph count. | 
|  |  | 
|  |  |