P.01Technology/Build Tooling··6 min read
hdiutil Is Deprecated in macOS 27: Migrating Build Scripts to diskutil image
macOS 27 Golden Gate deprecates hdiutil and points every disk image operation at diskutil image instead. Here is the subcommand mapping, what is missing, and how to update a DMG build script without breaking CI.
Developer ToolsmacOSDevOps
Read