aboutsummaryrefslogtreecommitdiffstats
path: root/Word Count.xcodeproj/project.pbxproj
AgeCommit message (Collapse)Author
2018-10-08Fix missing nib file from bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7Teddy Wing
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.
2018-10-08Change deployment target to 10.6Teddy Wing
Uncheck the "Use Base Internationalization" check box in the project Info panel as that requires OS 10.8 or higher.
2018-10-08New AppleScript App initialised from Xcode Version 9.2 (9C40b)Teddy Wing