Skip to content

Commit

Permalink
更新package
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Aug 15, 2019
1 parent b3635ba commit 33f93a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "cocore",
path: "cocore",
dependencies: []),
.target(
name: "coswift",
path: "coswift",
dependencies: ["cocore"]),
.testTarget(
name: "coswiftTests",
Expand Down

0 comments on commit 33f93a7

Please sign in to comment.