<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Base-Windowed-Application/bin, branch master</title>
<subtitle>A template for new minimal Mac OS Cocoa applications</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Base-Windowed-Application/'/>
<entry>
<title>Add license (primarily BSD-3-Clause)</title>
<updated>2023-09-30T01:22:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-09-30T01:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Base-Windowed-Application/commit/?id=47ec5ed17e7837bfb83aa47c7a66f4254ffd5b8c'/>
<id>47ec5ed17e7837bfb83aa47c7a66f4254ffd5b8c</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>bin/log: Add script to stream logs from the application</title>
<updated>2023-09-30T00:41:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-09-30T00:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Base-Windowed-Application/commit/?id=ccd903bf2136bf2e99262d995b3a98a0334ce221'/>
<id>ccd903bf2136bf2e99262d995b3a98a0334ce221</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
