Skip to content

Commit

Permalink
Renames library based on feedback in JohnSundell#153.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow authored Dec 9, 2017
1 parent 8e2ed7b commit 244a4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MarathonCore/PackageManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public final class PackageManager {
"import PackageDescription\n\n" +
"let package = Package(\n" +
" name: \"\(masterPackageName)\",\n" +
" products: [.library(name: \"Dependencies\", type: .dynamic, targets: [\"\(masterPackageName)\"])],\n" +
" products: [.library(name: \"MarathonDependencies\", type: .dynamic, targets: [\"\(masterPackageName)\"])],\n" +
" dependencies: [\n"

for (index, package) in packages.enumerated() {
Expand Down

0 comments on commit 244a4b8

Please sign in to comment.