Update macOS Info.plist
authorClaudio Cambra <claudio.cambra@gmail.com>
Tue, 19 Jul 2022 10:54:02 +0000 (12:54 +0200)
committerClaudio Cambra <claudio.cambra@gmail.com>
Thu, 21 Jul 2022 13:08:24 +0000 (15:08 +0200)
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
cmake/modules/MacOSXBundleInfo.plist.in

index 50656a26e7617ffa0b96514496e3de2d995add53..fc66c62f108cecf56ffe37fab8dc0d41c3b15d7f 100644 (file)
@@ -4,6 +4,8 @@
 <dict>
         <key>NSPrincipalClass</key>
        <string>NSApplication</string>
+       <key>LSMinimumSystemVersion</key>
+       <string>10.14.0</string>
        <key>LSUIElement</key>
        <true/>
        <key>CFBundleDevelopmentRegion</key>
@@ -27,7 +29,7 @@
         <key>CFBundleShortVersionString</key>
         <string>@MIRALL_VERSION_STRING@</string>
         <key>NSHumanReadableCopyright</key>
-        <string>(C) 2014-2020 @APPLICATION_VENDOR@</string>
+        <string>(C) 2014-2022 @APPLICATION_VENDOR@</string>
         <key>NSSupportsAutomaticGraphicsSwitching</key>
         <true/>
         <key>NSRequiresAquaSystemAppearance</key>