We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f2f27 commit 66db066Copy full SHA for 66db066
Package.swift
@@ -10,16 +10,18 @@ let package = Package(
10
],
11
products: [
12
.library(
13
- name: "DropdownTextField", // <- THIS must match the target name you import
+ name: "DropdownTextField",
14
targets: ["DropdownTextField"]
15
)
16
17
targets: [
18
.target(
19
name: "DropdownTextField",
20
dependencies: [],
21
+ path: "Sources",
22
+ exclude: [],
23
resources: [
- .process("Resources")
24
+ .process("DropdownTextField/Resources")
25
]
26
),
27
.testTarget(
0 commit comments