diff --git a/distrib/macos/Info.plist.in b/distrib/macos/Info.plist.in index e0e150f913..7175439e71 100644 --- a/distrib/macos/Info.plist.in +++ b/distrib/macos/Info.plist.in @@ -2,8 +2,6 @@ - NSPrincipalClass - NSApplication CFBundleDocumentTypes @@ -21,6 +19,18 @@ Owner + CFBundleExecutable + ${CMAKE_PROJECT_NAME} + CFBundleIconFile + ${CMAKE_PROJECT_NAME}.icns + CFBundleIdentifier + ws.opencor + CFBundlePackageType + APPL + CFBundleShortVersionString + ${VERSION} + CFBundleSignature + ???? CFBundleURLTypes @@ -32,22 +42,12 @@ - NSHumanReadableCopyright - Copyright 2011-${YEAR} - CFBundleIconFile - ${CMAKE_PROJECT_NAME}.icns - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleExecutable - ${CMAKE_PROJECT_NAME} - CFBundleIdentifier - ws.opencor CFBundleVersion ${VERSION} - CFBundleShortVersionString - ${VERSION} + NSHumanReadableCopyright + Copyright 2011-${YEAR} + NSPrincipalClass + NSApplication NSRequiresAquaSystemAppearance true