aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2023-08-22Makefile: Convert Localizable.strings to UTF-8Teddy Wing
The `genstrings` command only outputs in UTF-16LE character encoding. However, it's perfectly acceptable to use UTF-8 for a Localizable.strings file. convert the output file to UTF-8.
2023-08-22Makefile: Add targets to generate a Localizable.strings fileTeddy Wing
2023-08-15Move build product to `/build/`Teddy Wing
Makes it cleaner and easier to ignore from revision control.
2023-08-14Simple windowed applicationTeddy Wing
Create a simple windowed Cocoa application with an application menu and a "Quit" menu item.