changeset 63:f4c276a77745

Mac: Add bundle identifier to Info.plist to prevent startup crash on Mojave and later. (Using the new notifications center)
author Brian Smith <brian@dbsoft.org>
date Fri, 15 May 2020 18:30:39 -0500
parents 8ad0f4c587b0
children 1f1072093321
files mac/Info.plist
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mac/Info.plist	Fri Sep 06 02:59:34 2019 -0500
+++ b/mac/Info.plist	Fri May 15 18:30:39 2020 -0500
@@ -6,6 +6,8 @@
 	<string>English</string>
 	<key>CFBundleExecutable</key>
 	<string>cc</string>
+	<key>CFBundleIdentifier</key>
+	<string>org.dbsoft.controlcenter</string>
 	<key>CFBundleIconFile</key>
 	<string>Control Center</string>
 	<key>CFBundleInfoDictionaryVersion</key>