About 3 results
https://anil.recoil.org/notes/apple-containerisation · 11 Jun 2025
Technical deep dive into Apple's new macOS Tahoe containerization framework using Kata Containers and Swift-based implementation.
https://octet-stream.net/b/scb/guide-to-signing-notarising-single-cli-binary-mac.html · 30 Nov 2024
30 November 2024 Problem Statement I'm compiling a single executable file for Mac, e.g., a Rust or Go program. I want to distribute it directly to users outside the App Store. I've paid 149 Australian dollarydoos for Apple's Developer Program and want t...
https://octet-stream.net/b/tt/cross-compile-mac-rosetta.html · 27 Nov 2024
HOME BLOGS PROJECTS GITHUB 27 November 2024 On an Apple Silicon Mac I was a cross-compiling some Rust code for the x86 version of a Mac and wanted to run some tests. That is: cargo test --target x86_64-apple-darwin This gave me an error I did...