Skip to content

Commit fb7cadd

Browse files
authored
Update Product.swift
1 parent a2cf827 commit fb7cadd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/XcodeGraph/Models/Product.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ public enum Product: String, CustomStringConvertible, CaseIterable, Codable {
8888
case .dynamicLibrary:
8989
return "dynamic library"
9090
case .framework:
91-
return "framework"
91+
return "dynamic framework"
9292
case .staticFramework:
93-
return "staticFramework"
93+
return "static framework"
9494
case .unitTests:
9595
return "unit tests"
9696
case .uiTests:

0 commit comments

Comments
 (0)