diff --git a/Sources/XcodeGraph/Models/Target.swift b/Sources/XcodeGraph/Models/Target.swift index 58844188..bd86c180 100644 --- a/Sources/XcodeGraph/Models/Target.swift +++ b/Sources/XcodeGraph/Models/Target.swift @@ -212,7 +212,6 @@ public struct Target: Equatable, Hashable, Comparable, Codable, Sendable { switch product { case .app, .framework, - .staticFramework, .unitTests, .uiTests, .bundle, @@ -231,6 +230,7 @@ public struct Target: Equatable, Hashable, Comparable, Codable, Sendable { .macro, .dynamicLibrary, .staticLibrary, + .staticFramework, .xpc: return false }