firebase / quickstart-ios

Firebase Quickstart Samples for iOS
https://firebase.google.com
Apache License 2.0
2.8k stars 1.47k forks source link

[CI] Select Xcode and Simulator version based available version #1659

Closed andrewheard closed 1 week ago

andrewheard commented 1 week ago

Updated test.sh to select Xcode 16.1 if the /Applications/Xcode_16.1.app directory exists, otherwise defaults to Xcode 15.3 (picked to match FTL https://github.com/firebase/quickstart-ios/pull/1651); if neither are available, CI will fail. The default iPhone simulator version is selected to match Xcode.