Fixed
-
Applications launcher icon — the
Adobe Toggle.applauncher now shows its bundled custom icon instead of the generic script-applet icon.Modern
osacompileships an asset catalog (Contents/Resources/Assets.car) and setsCFBundleIconName, which outranks theCFBundleIconFile.icnsthe installer replaces — so the custom icon was silently ignored. The installer now dropsAssets.car, removesCFBundleIconName, 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