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 37e1f57 commit f324e9bCopy full SHA for f324e9b
Package.swift
@@ -11,6 +11,6 @@ let package = Package(
11
.library(name: "NextGrowingTextView", targets: ["NextGrowingTextView"]),
12
],
13
targets: [
14
- .target(name: "NextGrowingTextView", path: "NextGrowingTextView", exclude: ["NextGrowingTextView/Info.plist"]),
+ .target(name: "NextGrowingTextView", path: "NextGrowingTextView"),
15
]
16
)
0 commit comments