diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in
index 0814f7ef0..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
- 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_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
- Prism Launcher instance
+ ${Launcher_DisplayName} instance
CFBundleTypeOSTypes
TEXT
@@ -87,10 +87,10 @@
CFBundleURLName
- Prismlauncher
+ ${Launcher_Name}
CFBundleURLSchemes
- prismlauncher
+ ${MACOSX_BUNDLE_EXECUTABLE_NAME}