From 0b7a1e30cded50d2725f227c07466616cd061308 Mon Sep 17 00:00:00 2001 From: kwondy Date: Tue, 13 Feb 2024 09:36:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20SPM=20=EB=A7=A4=EB=8B=88=ED=8E=98?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 리소스 디렉토리 경로가 잘못 기입되어 있어 이를 수정 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 38fcacba..fd2b98eb 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( path: "DropDown", exclude: ["Info.plist", "DropDown.h"], resources: [ - .process("DropDown/resources") + .process("resources") ] ) ],