Wesley Whetstone
Wesley Whetstone
Starting with [Apple Silicon](https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11-universal-apps-beta-release-notes) machines, all executables will need to be signed in order to run. It would be great to sign the releases, so anyone doing a mass deployment...
# Issue description Hey all, I'm looking for some help on making a universal build for macOS supporting both x86_64 and arm64. When I try to specify both architecures at...
I believe it's time we finally migrate all the python code which is the post install script in the package and then checkin code over to Swift. I've already got...
I've been spending a lot of time recently interacting with the keychain and I realized the keychain would be a great spot to store the key instead of directly on...
Apologies for the chonker here. Summary of changes below * Removes old UI components that were used for enabling FileVault pre APFS. * Adds support for storing the recovery key...
Currently you can only build [separate architectures](https://github.com/saltstack/relenv/blob/main/relenv/common.py#L42C13-L42C32) on macOS. It would be nice to be able to build a universal2 architecture that works on both primary architectures supported by Apple...