Category: coding
Updates
Read More
Empty Loops in Bash
June 16, 2021One of the very common things I do in bash/sh is look over item in a folder. However, bash and sh behavior when the directory …
Updates
Read More
Apple Ramps Up Fight against Malware with Notarization, Stapling, and Hardening
April 17, 2019Apple recently announced that new Mac developer accounts (and eventually all mac developers) who distribute Mac apps outside the App Store will be required to …
Updates
Read More
Adding Notarization to Xcode Builds
April 12, 2019macOS 10.14.5 will require notarization for macOS apps to run on a Mac. I had to modify our build scripts in Xcode to add in …