Skip to content

@tedchoward tedchoward released this Apr 30, 2018 · 10 commits to develop since this release

Updates bundle logging code to use `NSLog`

Logging to `stderr` didn't give me anything in the Console.app
Assets 3

@tedchoward tedchoward released this Apr 30, 2018 · 11 commits to develop since this release

This build logs out the path to the application bundle when it starts.

Assets 3
Pre-release

@tedchoward tedchoward released this Apr 27, 2018 · 13 commits to develop since this release

This is a house cleaning release.

I fixed a bunch of low hanging fruit surfaced by Xcode's static analyzer and deleted a bunch of unused code.

Assets 3
Removed all deprecated date / time function calls

A user reported a bug dealing with date parsing in the UK. Apparently
the DateString() function, which has been deprecated since 10.3, no
longer respects the system locale. This was an excuse to replace all
these functions with CoreFoundation calls.
Assets 3
Pre-release

@tedchoward tedchoward released this Aug 17, 2015 · 4 commits to master since this release

Removed MoreFilesX and updaed base SDK to 10.6
Assets 3
Pre-release

@tedchoward tedchoward released this Aug 17, 2015 · 6 commits to master since this release

Fixed a memory leak

getmachinename() was allocating a new CFString and never releasing it.
Assets 3
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.