Xcode, Info.plist: changed x86_64 min target to 10.6 for compatibility

This commit is contained in:
Ozkan Sezer 2022-04-06 12:55:40 +03:00
parent 0974ef4024
commit 23782d657f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<key>ppc</key>
<string>10.4.0</string>
<key>x86_64</key>
<string>10.9.0</string>
<string>10.6.0</string>
<key>arm64</key>
<string>11.0.0</string>
</dict>