Update the project for Xcode 16.4 (#4277)

This commit is contained in:
Doug
2025-07-02 15:13:52 +01:00
committed by GitHub
parent 84ff9ee2e2
commit 2e602dea07
200 changed files with 12 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ enum Application {
guard deviceModel == requirediPhoneSimulator || deviceModel == requirediPadSimulator else {
fatalError("Running on \(deviceModel) but we only support \(requirediPhoneSimulator) and \(requirediPadSimulator).")
}
guard UIDevice.current.snapshotName == "iPhone-18.4" || UIDevice.current.snapshotName == "iPad-18.4" else {
guard UIDevice.current.snapshotName == "iPhone-18.5" || UIDevice.current.snapshotName == "iPad-18.5" else {
fatalError("Running on a simulator that hasn't been renamed to match the expected snapshot filenames.")
}
}

Some files were not shown because too many files have changed in this diff Show More