From 8f48cb1c0e5f2bb4691792c9a1b1cee1466015b4 Mon Sep 17 00:00:00 2001 From: oozoofrog Date: Tue, 30 Nov 2021 23:25:48 +0900 Subject: [PATCH] add sources path to Packages.swift --- Package.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index e61c361..5bb0f75 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,8 @@ let package = Package( // Targets can depend on other targets in this package, and on products in packages which this package depends on. .target( name: "ISPageControl", - dependencies: []), + dependencies: [], + path: "Sources"), .testTarget( name: "ISPageControlTests", dependencies: ["ISPageControl"]),