Skip to content

v1.1.1 — Applications launcher shows its custom icon

Latest

Choose a tag to compare

@s-3k-g7-qx-5j-uo s-3k-g7-qx-5j-uo released this 07 Jun 23:17

Fixed

  • Applications launcher icon — the Adobe Toggle.app launcher now shows its bundled custom icon instead of the generic script-applet icon.

    Modern osacompile ships an asset catalog (Contents/Resources/Assets.car) and sets CFBundleIconName, which outranks the CFBundleIconFile .icns the installer replaces — so the custom icon was silently ignored. The installer now drops Assets.car, removes CFBundleIconName, re-signs the bundle ad-hoc (codesign --force --sign -, required after editing a signed bundle), and busts the LaunchServices icon cache (lsregister -f).

Full changelog: https://github.com/bigas-ch/adobe-toggle-manager/blob/main/CHANGELOG.md