Remove some unneeded #if os(macos)
Some checks reported warnings
gitea-openium/resgen.swift/pipeline/head This commit is unstable

This commit is contained in:
2025-04-30 13:53:26 +02:00
parent 1dbf4c643d
commit d66775730e
3 changed files with 0 additions and 12 deletions

View File

@ -5,8 +5,6 @@
// Created by Thibaut Schmitt on 06/09/2022.
//
#if os(macOS)
import Foundation
import XCTest
import ToolCore
@ -635,5 +633,3 @@ final class AnalyticsGeneratorTests: XCTestCase {
XCTAssertEqual(extensionContent.adaptForXCTest(), expect.adaptForXCTest())
}
}
#endif