had to revert to xcode 15 to debug the sim

This commit is contained in:
neon443
2024-12-31 10:55:41 +00:00
parent 0428e23ae9
commit 27b2ec8570
12 changed files with 606 additions and 419 deletions

View File

@@ -2,7 +2,7 @@
// NearFutureUITestsLaunchTests.swift
// NearFutureUITests
//
// Created by Nihaal Sharma on 24/12/2024.
// Created by Nihaal Sharma on 31/12/2024.
//
import XCTest
@@ -17,7 +17,6 @@ final class NearFutureUITestsLaunchTests: XCTestCase {
continueAfterFailure = false
}
@MainActor
func testLaunch() throws {
let app = XCUIApplication()
app.launch()