From 4c0c949c90ccfae69bc603a2c6c4b6bfeb3cddfe Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Mon, 25 Nov 2019 10:05:52 +1300 Subject: [PATCH] macOS: slight updates to our Info.plist file. As per https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html#//apple_ref/doc/uid/TP40009254-SW1. --- distrib/macos/Info.plist.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/distrib/macos/Info.plist.in b/distrib/macos/Info.plist.in index 7175439e71..70993ee68d 100644 --- a/distrib/macos/Info.plist.in +++ b/distrib/macos/Info.plist.in @@ -2,6 +2,10 @@ + CFBundleDevelopmentRegion + English + CFBundleDisplayName + ${CMAKE_PROJECT_NAME} CFBundleDocumentTypes @@ -25,6 +29,10 @@ ${CMAKE_PROJECT_NAME}.icns CFBundleIdentifier ws.opencor + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(CMAKE_PROJECT_NAME) CFBundlePackageType APPL CFBundleShortVersionString