Skip to content

Commit 33b817d

Browse files
committed
Returns Project
1 parent 9a29b22 commit 33b817d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Xcodeproj/generate().swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public func generate(
5454
xcodeprojPath: AbsolutePath,
5555
graph: PackageGraph,
5656
options: XcodeprojOptions
57-
) throws -> (Xcode.Project, AbsolutePath) {
57+
) throws -> Xcode.Project {
5858
// Note that the output directory might be completely separate from the
5959
// path of the root package (which is where the sources live).
6060

@@ -151,7 +151,7 @@ public func generate(
151151
}
152152
}
153153

154-
return (project, xcodeprojPath)
154+
return project
155155
}
156156

157157
/// Writes the contents to the file specified.

0 commit comments

Comments
 (0)