Compare commits

..

2 commits

Author SHA1 Message Date
Caleb Jasik
c7f6001f76
Merge 281d690ef3 into 261a79579c 2025-05-12 13:44:53 -05:00
John Maguire
261a79579c
Rollback Xcode to 16.2 (#277) 2025-05-12 14:20:03 -04:00

View file

@ -19,9 +19,9 @@ platform :ios do
desc "Push a new beta build to TestFlight"
before_all do
xcode_select("/Applications/Xcode_16.3.0.app")
xcode_select("/Applications/Xcode_16.2.0.app")
end
lane :build do
# Do some things like setting up a temporary keystore to host secrets in CI