We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af2938 commit b540117Copy full SHA for b540117
Sources/XcodeProj/Objects/Project/PBXProject.swift
@@ -572,9 +572,7 @@ extension PBXProject: PlistSerializable {
572
plistTargetAttributes[reference.value] = value
573
}
574
575
- if !plistTargetAttributes.isEmpty {
576
- plistAttributes[PBXProject.targetAttributesKey] = .attributeDictionary(plistTargetAttributes)
577
- }
+ plistAttributes[PBXProject.targetAttributesKey] = .attributeDictionary(plistTargetAttributes)
578
579
dictionary["attributes"] = plistAttributes.plist()
580
0 commit comments