yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
7.01k stars 818 forks source link

Update CI Workflows to also test Xcode 14.3.1 #1378

Closed liamnichols closed 1 year ago

liamnichols commented 1 year ago

I noticed that the CI checks only ran on Xcode 12 and 13 using macOS 11 so thought that it might be good to update this to have a sense-check using Xcode 14 as well.

liamnichols commented 1 year ago

Thanks for the review @yonaskolb.. I just fixed the build error after i renamed a file in the last commit 🤦