Commit graph

3 commits

Author SHA1 Message Date
John Maguire
261a79579c
Rollback Xcode to 16.2 (#277) 2025-05-12 14:20:03 -04:00
Ian VanSchooten
a8303a166d
Update github runners to use macos 15 / xcode 16 (#276)
According to https://github.com/actions/runner-images#available-images, currently `macos-latest` is pointing to macos 14 images, which come bundled with xcode 15.  Apple now requires xcode 16, which we'll get by updating to `macos-15`.  

This also bumps the version github uses to `16.3` (by default it will stay at 16.0), and adds a note to the README that ideally we should all be using the same version of xcode that is used to build the app that is sent to Apple.

We could get fancier with this, but I don't think it's really necessary right now.  See https://www.polpiella.dev/managing-xcode-installs-using-fastlane for other approaches.
2025-05-07 10:29:48 -04:00
Nate Brown
b29661abff
Automated build and release (#71) 2022-10-03 15:30:39 -05:00