index
:
Base-Windowed-Application
master
A template for new minimal Mac OS Cocoa applications
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2023-09-30
Switch to the 0BSD license
Teddy Wing
2023-09-30
Add license (primarily BSD-3-Clause)
Teddy Wing
2023-09-30
MainMenu: Move application name to a constant
Teddy Wing
2023-09-30
Try to get app name from compiler flag
Teddy Wing
2023-09-25
Makefile: Add warning and error compiler flags
Teddy Wing
2023-09-18
Makefile: Remove `PRODUCT`
Teddy Wing
2023-09-16
Makefile: Move compiler flags to variables
Teddy Wing
2023-09-09
Makefile: Set dependency on Localizable.strings files
Teddy Wing
2023-09-09
Makefile: Clean up space/no-space handling in application name
Teddy Wing
2023-09-05
Makefile: Remove errors when APP_NAME has no spaces
Teddy Wing
2023-09-05
Makefile: Try building an app with no spaces in its name
Teddy Wing
2023-09-05
Makefile: Adjust no-space rules so we don't rebuild every run
Teddy Wing
2023-09-04
Makefile: Try to not recompile the executable when building .app
Teddy Wing
2023-09-04
Makefile: Move space-less version to a .app bundle with spaces
Teddy Wing
2023-09-04
Makefile: Fix *.lproj targets
Teddy Wing
2023-09-04
Makefile: Try building no space version of .app bundle
Teddy Wing
2023-09-03
Makefile: Test replacing spaces in the app name with a differen char
Teddy Wing
2023-09-03
Makefile: Try to build .app bundle
Teddy Wing
2023-08-22
Makefile: Convert Localizable.strings to UTF-8
Teddy Wing
2023-08-22
Makefile: Add targets to generate a Localizable.strings file
Teddy Wing
2023-08-15
Move build product to `/build/`
Teddy Wing
2023-08-14
Simple windowed application
Teddy Wing