Upgrade the project to use Xcode 15.4 (#3027)

* Update snapshots for Xcode 15.4

* Update CI.

* Fix crashing UI test.

* Fix compile error in Integration Tests.

* Try putting UI tests on GH runners again.
This commit is contained in:
Doug
2024-07-11 17:38:32 +01:00
committed by GitHub
parent c0e704ce1d
commit 47d94501c7
1133 changed files with 2265 additions and 2266 deletions

View File

@@ -140,7 +140,7 @@ struct StartChatScreen_Previews: PreviewProvider, TestablePreview {
}()
static var previews: some View {
NavigationView {
NavigationStack {
StartChatScreen(context: viewModel.context)
}
}