1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-17 19:49:10 +00:00

Change: Set minimum macOS version to 10.13 (#10253)

This commit is contained in:
Czcibor Bohusz-Dobosz
2022-12-17 18:35:45 +01:00
committed by GitHub
parent 5eb7e1d3ab
commit 7425660b3e
4 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,6 @@
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
<string>10.14.0</string>
<string>10.13.0</string>
</dict>
</plist>