Skip to content

Commit 08b4acf

Browse files
authored
Update PBXObject.swift
1 parent 49c520e commit 08b4acf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Sources/PBXObject.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,10 @@ extension PBXObject: PBXObjectFactory {
134134
}
135135

136136
}
137+
138+
extension PBXObject: CustomStringConvertible {
139+
140+
public var description: String {
141+
return "\(type(of: self)): [id: \(ref), fields: \(fields)]"
142+
}
143+
}

0 commit comments

Comments
 (0)