|
@@ -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.
|
|
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
|
|
.target(
|
|
.target(
|
|
name: "SwiftyStoreKit",
|
|
name: "SwiftyStoreKit",
|
|
- dependencies: []),
|
|
|
|
|
|
+ dependencies: [],
|
|
|
|
+ path: "SwiftyStoreKit"),
|
|
.testTarget(
|
|
.testTarget(
|
|
name: "SwiftyStoreKitTests",
|
|
name: "SwiftyStoreKitTests",
|
|
- dependencies: ["SwiftyStoreKit"]),
|
|
|
|
|
|
+ dependencies: ["SwiftyStoreKit"],
|
|
|
|
+ path: "SwiftyStoreKitTests"),
|
|
]
|
|
]
|
|
)
|
|
)
|