Skip to content

Commit 1cb1313

Browse files
committed
macOS: Set minimal OS version in bundle plist
This prevents the OS from starting the application on unsupported macOS versionss. Fixes: #11343
1 parent ab204ce commit 1cb1313

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/MacOSXBundleInfo.plist

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<string>F9ZGRXJE7XbQb2Kt36hwaBO4rYjkXYHiNS5hd+MkyKY=</string>
3535
<key>SUAllowsAutomaticUpdates</key>
3636
<string>NO</string>
37+
<key>LSMinimumSystemVersion</key>
38+
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>
3739

3840
<key>UTExportedTypeDeclarations</key>
3941
<array>

0 commit comments

Comments
 (0)