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 Loris Perret on 06/12/2023.
//
#if os(macOS)
import Foundation
import XCTest
@ -137,5 +135,3 @@ final class AnalyticsDefinitionTests: XCTestCase {
XCTAssertEqual(propertyEvent.adaptForXCTest(), expectEvent.adaptForXCTest())
}
}
#endif