changeset 37:123dc24dc32b

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 06:58:35 -0500
parents 079bf80f4827
children a69dab167dd4
files mac/Info.plist
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mac/Info.plist	Sun Sep 15 21:09:51 2019 -0500
+++ b/mac/Info.plist	Fri May 15 06:58:35 2020 -0500
@@ -6,6 +6,8 @@
 	<string>English</string>
 	<key>CFBundleExecutable</key>
 	<string>dmail</string>
+	<key>CFBundleIdentifier</key>
+	<string>org.dbsoft.DynamicMail</string>
 	<key>CFBundleIconFile</key>
 	<string>DynamicMail</string>
 	<key>CFBundleInfoDictionaryVersion</key>