Skip to content

Commit

Permalink
Update Sources/XcodeProj/Objects/Files/PBXFileSystemSynchronizedRootG…
Browse files Browse the repository at this point in the history
…roup.swift

Co-authored-by: Kas <kwridan@users.noreply.github.com>
  • Loading branch information
pepicrft and kwridan authored Aug 10, 2024
1 parent fe6311f commit 029c3dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class PBXFileSystemSynchronizedRootGroup: PBXFileElement {
override func plistKeyAndValue(proj: PBXProj, reference: String) throws -> (key: CommentedString, value: PlistValue) {
var dictionary: [CommentedString: PlistValue] = try super.plistKeyAndValue(proj: proj, reference: reference).value.dictionary ?? [:]
dictionary["isa"] = .string(CommentedString(type(of: self).isa))
if let exceptionsReferences {
if let exceptionsReferences, !exceptionReferences.isEmpty {
dictionary["exceptions"] = .array(exceptionsReferences.map { exceptionReference in
.string(CommentedString(exceptionReference.value, comment: "PBXFileSystemSynchronizedBuildFileExceptionSet"))
})
Expand Down

0 comments on commit 029c3dd

Please sign in to comment.