commit 7ee252421988d7b3a38dc650986a3b4c3321a823 parent 26d67910367dfb79c492be324206a82d0df7260b Author: Julian <julianwels@jwels.berlin> Date: Tue, 28 Oct 2025 20:20:18 +0000 Bug 1989223 - Add liquid app glass icons for macOS. r=spohl Differential Revision: https://phabricator.services.mozilla.com/D266913 Diffstat:
7 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in @@ -92,6 +92,7 @@ tools repackage:: $(DIST)/bin/$(MOZ_APP_NAME) $(objdir)/macbuild/Contents/MacOS- rsync -aL $(DIST)/bin/$(MOZ_APP_NAME) '$(dist_dest)/Contents/MacOS' cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/firefox.icns '$(dist_dest)/Contents/Resources/firefox.icns' cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/document.icns '$(dist_dest)/Contents/Resources/document.icns' + cp -RL $(topsrcdir)/$(MOZ_BRANDING_DIRECTORY)/Assets.car '$(dist_dest)/Contents/Resources/Assets.car' $(MKDIR) -p '$(dist_dest)/Contents/Library/LaunchServices' ifdef MOZ_UPDATER cp -f '$(dist_dest)/Contents/MacOS/updater.app/Contents/MacOS/org.mozilla.updater' '$(dist_dest)/Contents/Library/LaunchServices' diff --git a/browser/app/macbuild/Contents/Info.plist.in b/browser/app/macbuild/Contents/Info.plist.in @@ -190,6 +190,8 @@ <string>@MAC_APP_NAME@ @APP_VERSION@</string> <key>CFBundleIconFile</key> <string>firefox.icns</string> + <key>CFBundleIconName</key> + <string>AppIcon</string> <key>CFBundleIdentifier</key> <string>@MOZ_MACBUNDLE_ID@</string> <key>CFBundleInfoDictionaryVersion</key> diff --git a/browser/branding/aurora/Assets.car b/browser/branding/aurora/Assets.car Binary files differ. diff --git a/browser/branding/nightly/Assets.car b/browser/branding/nightly/Assets.car Binary files differ. diff --git a/browser/branding/official/Assets.car b/browser/branding/official/Assets.car Binary files differ. diff --git a/browser/branding/unofficial/Assets.car b/browser/branding/unofficial/Assets.car Binary files differ. diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in @@ -42,6 +42,7 @@ @APPNAME@/Contents/PkgInfo @RESPATH@/firefox.icns @RESPATH@/document.icns +@RESPATH@/Assets.car @RESPATH@/@LPROJ_ROOT@.lproj/* #endif