aboutsummaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)Author
2023-09-30Add license (primarily BSD-3-Clause)Teddy Wing
Set a BSD-3-Clause license on all the application code so that it can be freely used as a base template for an application. Use the GNU GPLv3+ for the log script as it's a helper utility that isn't compiled into the application.
2023-09-30bin/log: Add script to stream logs from the applicationTeddy Wing
I wanted a way to get logs from the application when running the bundle rather than invoking the binary directly on the command line. This command provides something similar to what you would get in Xcode.