changeset 118:4be7ec1391fb

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:55:21 -0500
parents c4225dc8e056
children 9be643e92fa4
files src/mac/Info.plist
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/mac/Info.plist	Thu May 14 23:55:47 2020 -0500
+++ b/src/mac/Info.plist	Fri May 15 06:55:21 2020 -0500
@@ -6,6 +6,8 @@
 	<string>English</string>
 	<key>CFBundleExecutable</key>
 	<string>HandyFTP</string>
+	<key>CFBundleIdentifier</key>
+	<string>org.dbsoft.handyftp</string>
 	<key>CFBundleIconFile</key>
 	<string>HandyFTP</string>
 	<key>CFBundleInfoDictionaryVersion</key>