Skip to content

Commit

Permalink
Embeded swift package subtargets were added to scan setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ILKER OZCAN committed Jul 16, 2024
1 parent fac7d90 commit 22f0764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XcodeSupport/XcodeProjectSetupGuide.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public final class XcodeProjectSetupGuide: SetupGuideHelpers, ProjectSetupGuide

var targets = project.targets.map { $0.name }
targets += project.packageTargets.flatMap { (package, targets) in
targets.map { "\(package.name).\($0.name)" }
package.targets.map { "\(package.name).\($0.name)" }
}
targets = targets.sorted()

Expand Down

0 comments on commit 22f0764

Please sign in to comment.