Files
lbmk/config/firefox/default/patches/0034-temp-macos-fix.patch.patch
T
Leah Rowe 2b34aeea5d WIP: convert to lwmk
Signed-off-by: Leah Rowe <leah@libreboot.org>
2026-09-08 06:44:40 +01:00

52 lines
1.8 KiB
Diff

From 39bc6d8ff9776feeb8b4682957956d31b5680925 Mon Sep 17 00:00:00 2001
From: LibreWolf Developers <noreply@librewolf.net>
Date: Sun, 6 Sep 2026 10:11:28 +0100
Subject: [PATCH 34/52] temp-macos-fix.patch
---
browser/app/macbuild/Contents/Info.plist.in | 2 --
browser/app/moz.build | 1 -
browser/installer/package-manifest.in | 1 -
3 files changed, 4 deletions(-)
diff --git a/browser/app/macbuild/Contents/Info.plist.in b/browser/app/macbuild/Contents/Info.plist.in
index cd59b5dfcbf8..0757ac1d98b7 100644
--- a/browser/app/macbuild/Contents/Info.plist.in
+++ b/browser/app/macbuild/Contents/Info.plist.in
@@ -190,8 +190,6 @@
<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/app/moz.build b/browser/app/moz.build
index db09aba7e9ec..2d8a4d867a04 100644
--- a/browser/app/moz.build
+++ b/browser/app/moz.build
@@ -74,7 +74,6 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa":
extra_files = [
(f"{branding}/firefox.icns", "Resources/firefox.icns"),
(f"{branding}/document.icns", "Resources/document.icns"),
- (f"{branding}/Assets.car", "Resources/Assets.car"),
]
if CONFIG["MOZ_UPDATER"]:
extra_files.append((
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
index 605af7a29185..70c1b894be93 100644
--- a/browser/installer/package-manifest.in
+++ b/browser/installer/package-manifest.in
@@ -42,7 +42,6 @@
@APPNAME@/Contents/PkgInfo
@RESPATH@/firefox.icns
@RESPATH@/document.icns
-@RESPATH@/Assets.car
@RESPATH@/@LPROJ_ROOT@.lproj/*
#endif
--
2.47.3