Skip to content

Commit

Permalink
addd
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Aug 15, 2019
1 parent 467f791 commit e052f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "coswift",
targets: ["coswift"]),
targets: ["coswift", "cocore"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand Down

0 comments on commit e052f1d

Please sign in to comment.