hdiutil is deprecated in macOS 27 Golden Gate
- Apple
- Developer Tools
- Programming
- Infrastructure
The post is a complaint from a macOS developer about Apple deprecating `hdiutil`, the command-line utility used to create, inspect, mount, and otherwise manipulate disk image files on the Mac. Apple’s stated replacement is `diskutil image`, a newer subcommand under the general disk management tool. The problem is not that a replacement exists. It is that the replacement is incomplete and changes behavior in ways that break scripts and long-settled workflows. The article also uses an Apple bug report exchange to argue that nobody inside Apple seriously looked at the regression.
If your build, packaging, or support scripts touch macOS disk images, audit them now and test `diskutil image` before you are forced onto it. More broadly, treat Apple deprecations as a product risk even when the replacement exists, because the rough edges often land on automation and developer tooling first.
-
lapcatsoftware.com
- Discuss on HN