summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Rudge <owen@owenrudge.net>2021-11-11 19:06:31 +0000
committerGitHub <noreply@github.com>2021-11-11 20:06:31 +0100
commit2f72eb0657869a423977dceae0ea56d5fb8a333b (patch)
treebb42faa5502903f9de012f2627b13c3f2f5d6217
parent62795a2e6d53ba9473c13ebe4119640e48e4ca83 (diff)
downloadopenttd-2f72eb0657869a423977dceae0ea56d5fb8a333b.tar.xz
Add: Specify minimum version for macOS (#9689)
-rw-r--r--os/macosx/Info.plist.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/macosx/Info.plist.in b/os/macosx/Info.plist.in
index 359d28de8..0148ab289 100644
--- a/os/macosx/Info.plist.in
+++ b/os/macosx/Info.plist.in
@@ -31,5 +31,7 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
+ <key>LSMinimumSystemVersion</key>
+ <string>10.14.0</string>
</dict>
</plist>