Skip to content

Commit b540117

Browse files
committed
fix: Missing TargetAttributes from Fastlane
1 parent 6af2938 commit b540117

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/XcodeProj/Objects/Project/PBXProject.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,7 @@ extension PBXProject: PlistSerializable {
572572
plistTargetAttributes[reference.value] = value
573573
}
574574

575-
if !plistTargetAttributes.isEmpty {
576-
plistAttributes[PBXProject.targetAttributesKey] = .attributeDictionary(plistTargetAttributes)
577-
}
575+
plistAttributes[PBXProject.targetAttributesKey] = .attributeDictionary(plistTargetAttributes)
578576

579577
dictionary["attributes"] = plistAttributes.plist()
580578

0 commit comments

Comments
 (0)