Skip to content

Commit

Permalink
macOS: Set minimal OS version in bundle plist
Browse files Browse the repository at this point in the history
This prevents the OS from starting the application on unsupported macOS
versionss.

Fixes: #11343
  • Loading branch information
erikjv authored and TheOneRing committed Jan 30, 2024
1 parent 3c0b72f commit e063a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/MacOSXBundleInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
<string>F9ZGRXJE7XbQb2Kt36hwaBO4rYjkXYHiNS5hd+MkyKY=</string>
<key>SUAllowsAutomaticUpdates</key>
<string>NO</string>
<key>LSMinimumSystemVersion</key>
<string>${CMAKE_OSX_DEPLOYMENT_TARGET}</string>

<key>UTExportedTypeDeclarations</key>
<array>
Expand Down

0 comments on commit e063a6b

Please sign in to comment.