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") ] ) ],