Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdv committed Sep 17, 2024
1 parent aaef02b commit d33d22f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Sources/XcodeProj/Objects/Project/PBXProjEncoder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -215,18 +215,18 @@ final class PBXProjEncoder {
outputSettings: outputSettings,
stateHolder: &stateHolder,
to: &output)
try write(section: "XCLocalSwiftPackageReference",
proj: proj,
objects: proj.objects.localSwiftPackageReferences,
outputSettings: outputSettings,
stateHolder: &stateHolder,
to: &output)
try write(section: "XCRemoteSwiftPackageReference",
proj: proj,
objects: proj.objects.remoteSwiftPackageReferences,
outputSettings: outputSettings,
stateHolder: &stateHolder,
to: &output)
try write(section: "XCLocalSwiftPackageReference",
proj: proj,
objects: proj.objects.localSwiftPackageReferences,
outputSettings: outputSettings,
stateHolder: &stateHolder,
to: &output)
try write(section: "XCSwiftPackageProductDependency",
proj: proj,
objects: proj.objects.swiftPackageProductDependencies,
Expand Down

0 comments on commit d33d22f

Please sign in to comment.