Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mariohahn committed Jun 25, 2020
1 parent d3194d9 commit 88f266f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,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: "SwiftyStoreKit",
dependencies: []),
dependencies: [],
path: "SwiftyStoreKit"),
.testTarget(
name: "SwiftyStoreKitTests",
dependencies: ["SwiftyStoreKit"]),
dependencies: ["SwiftyStoreKit"],
path: "SwiftyStoreKitTests"),
]
)

0 comments on commit 88f266f

Please sign in to comment.