diff options
author | Owen Rudge <owen@owenrudge.net> | 2021-11-11 19:06:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 20:06:31 +0100 |
commit | 2f72eb0657869a423977dceae0ea56d5fb8a333b (patch) | |
tree | bb42faa5502903f9de012f2627b13c3f2f5d6217 | |
parent | 62795a2e6d53ba9473c13ebe4119640e48e4ca83 (diff) | |
download | openttd-2f72eb0657869a423977dceae0ea56d5fb8a333b.tar.xz |
Add: Specify minimum version for macOS (#9689)
-rw-r--r-- | os/macosx/Info.plist.in | 2 |
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> |