Category: coding

Updates

Empty Loops in Bash

June 16, 2021

One 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 …

Read More
Updates

Apple Ramps Up Fight against Malware with Notarization, Stapling, and Hardening

April 17, 2019

Apple recently announced that new Mac developer accounts (and eventually all mac developers) who distribute Mac apps outside the App Store will be required to …

Read More
Updates

Adding Notarization to Xcode Builds

April 12, 2019

macOS 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 …

Read More