mrichards42 / xword

Cross-platform crossword solving
https://mrichards42.github.io/xword/
GNU General Public License v3.0
42 stars 13 forks source link

Fix Mac builds by pinning to an older Xcode version. #216

Closed jpd236 closed 2 months ago

jpd236 commented 4 months ago

Available versions taken from: https://www.appveyor.com/docs/macos-images-software/

Xcode 14.2 (the current default) requires setting MACOSX_DEPLOYMENT_TARGET to 10.13 or higher; XWord currently uses 10.10. Eventually we will need to raise the minimum (and drop support for 10.10-10.12), but this should keep things working for the time being.

mrichards42 commented 2 months ago

Hey, sorry I ended up so far behind, but thanks as always