From e71d0b082dcea8749ca045795086621cf77be791 Mon Sep 17 00:00:00 2001 From: mctaylors Date: Thu, 5 Mar 2026 21:16:20 +0300 Subject: [PATCH 1/3] change(cmake): dehardcode launcher names in info.plist Signed-off-by: mctaylors Co-authored-by: Octol1ttle --- cmake/MacOSXBundleInfo.plist.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index 0814f7ef0..8c8849f99 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -61,7 +61,7 @@ mrpack CFBundleTypeName - Prism Launcher instance + ${Launcher_Name} instance CFBundleTypeOSTypes TEXT @@ -87,10 +87,10 @@ CFBundleURLName - Prismlauncher + ${Launcher_Name} CFBundleURLSchemes - prismlauncher + ${MACOSX_BUNDLE_EXECUTABLE_NAME} From 3768d38b541d35cf516d2820dae93063637c73c0 Mon Sep 17 00:00:00 2001 From: mctaylors Date: Thu, 5 Mar 2026 21:52:08 +0300 Subject: [PATCH 2/3] change(cmake): certified vim skill issue Signed-off-by: mctaylors --- cmake/MacOSXBundleInfo.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index 8c8849f99..468498774 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -7,7 +7,7 @@ NSMicrophoneUsageDescription A Minecraft mod wants to access your microphone. NSDownloadsFolderUsageDescription - Prism uses access to your Downloads folder to help you more quickly add mods that can't be automatically downloaded to your instance. You can change where Prism scans for downloaded mods in Settings or the prompt that appears. + ${Launcher_Name} uses access to your Downloads folder to help you more quickly add mods that can't be automatically downloaded to your instance. You can change where ${Launcher_Name} scans for downloaded mods in Settings or the prompt that appears. NSLocalNetworkUsageDescription Minecraft uses the local network to find and connect to LAN servers. NSPrincipalClass From 7472a2bb94b65c87ced8914cfe8268b386383f49 Mon Sep 17 00:00:00 2001 From: mctaylors Date: Sat, 7 Mar 2026 01:25:19 +0300 Subject: [PATCH 3/3] change(cmake): i'm not sure but Signed-off-by: mctaylors --- cmake/MacOSXBundleInfo.plist.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index 468498774..d1b050feb 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -7,7 +7,7 @@ NSMicrophoneUsageDescription A Minecraft mod wants to access your microphone. NSDownloadsFolderUsageDescription - ${Launcher_Name} uses access to your Downloads folder to help you more quickly add mods that can't be automatically downloaded to your instance. You can change where ${Launcher_Name} scans for downloaded mods in Settings or the prompt that appears. + ${Launcher_DisplayName} uses access to your Downloads folder to help you more quickly add mods that can't be automatically downloaded to your instance. You can change where ${Launcher_DisplayName} scans for downloaded mods in Settings or the prompt that appears. NSLocalNetworkUsageDescription Minecraft uses the local network to find and connect to LAN servers. NSPrincipalClass @@ -61,7 +61,7 @@ mrpack CFBundleTypeName - ${Launcher_Name} instance + ${Launcher_DisplayName} instance CFBundleTypeOSTypes TEXT