Skip to content

Commit 1a98d04

Browse files
committed
Add "CAP" library to allow shortening the import name
1 parent bfc10c4 commit 1a98d04

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Package.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ let package = Package(
1616
products: [
1717
.library(
1818
name: "ComposableArchitecturePattern",
19-
targets: ["ComposableArchitecturePattern"]),
19+
targets: ["ComposableArchitecturePattern"]
20+
),
21+
.library(
22+
name: "CAP",
23+
targets: ["ComposableArchitecturePattern"]
24+
),
2025
],
2126
dependencies: [
2227
],

0 commit comments

Comments
 (0)