Wednesday, September 17, 2025

DropDMG 3.7

DropDMG 3.7 updates my app for creating and working with Mac disk image files for macOS Tahoe 26. This version adds support for Apple Sparse Image Format (ASIF) disk images and Liquid Glass icons.

Some interesting issues were:

Previously:

Update (2025-09-26): Mario Guzmán:

I’m so ready for #macOSTahoe 26.1 or 26.2 because damn, the amount of bugs 26.0 is pretty crazy.

I’ve already had 3 native, first-party apps crash when attempting to modify their toolbars.

As soon as I add or remove item and click OK, boom. Crash.

This has included Finder, Mail, and Notes.

I just got a customer report saying that a particular disk image file doesn’t mount on Tahoe but that the very same file works just fine on multiple Macs with other OS versions.

4 Comments RSS · Twitter · Mastodon


In the first screenshot in the website, is that NSDrawer or some custom impl that simulates it?
I'm not sure what is more surprising; that it still works on modern AppKit, or that they haven't made a modern look and feel for the drawer, given that they use that metaphor in visionOS.


@Léo It’s an NSDrawer, which is deprecated, so they’re not going to update it, and I’ll redesign that for 4.0. It’s too bad because I think drawers were a really good idea.


I agree that it’s a nice way to expose UI. I think the way it’s implemented internally is with an attached NSWindow, so theoretically, a custom reimplementation can be worked to look modern, while serving the same function.


Yea NSDrawer is pretty much a child window wrapped behind that interface. When they deprecated it I rewrote my own clone thinking it was going to break and I still needed it.

Drawers can be better than sidebars b/c when they aren’t as tall as the parent window they allow click through to windows underneath (or the desktop) plus the content in the main window is separate and free from the drawer content and doesn’t have to expand and shrink with sidebar toggle.

Drawers often make better use of the available space.
But now they want the sidebar to overlap the main content…because design isn’t just how it looks it’s how it works 🙄

Leave a Comment