Skip to content

Commit 877179f

Browse files
committed
poc SwiftPreviews framework
1 parent 6823123 commit 877179f

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

Package.swift

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ let package = Package(
99
.iOS(.v13)
1010
],
1111
products: [
12-
.library(name: "UIViewKit", targets: ["UIViewKit"])
12+
.library(name: "UIViewKit", targets: ["UIViewKit", "IBPreviews"]),
13+
.library(name: "IBPreviews", type: .static, targets: ["IBPreviews"])
1314
],
1415
targets: [
15-
.target(
16-
name: "UIViewKit"
17-
),
18-
.testTarget(
19-
name: "UIViewKitTests",
20-
dependencies: [
21-
"UIViewKit"
22-
])
16+
.target(name: "UIViewKit"),
17+
.target(name: "IBPreviews"),
18+
.testTarget(name: "UIViewKitTests", dependencies: ["UIViewKit"])
2319
]
2420
)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)