xcodeproj-modify/Tests/xcodeproj-modifyTests/XCTestManifests.swift

9 lines
153 B
Swift

import XCTest
#if !os(macOS)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(xcodeproj_modifyTests.allTests),
]
}
#endif