Skip to content

Commit 320e374

Browse files
committed
Create FluentUI_common target
1 parent f4a41a6 commit 320e374

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Package.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,24 @@ let targets: [Target] = [
1616
),
1717
.target(
1818
name: "FluentUI_ios",
19+
dependencies: [
20+
.target(name: "FluentUI_common")
21+
],
1922
path: "Sources/FluentUI_iOS",
2023
resources: [
2124
.copy("Resources/Version.plist")
2225
]
2326
),
2427
.target(
2528
name: "FluentUI_macos",
29+
dependencies: [
30+
.target(name: "FluentUI_common")
31+
],
2632
path: "Sources/FluentUI_macOS"
33+
),
34+
.target(
35+
name: "FluentUI_common",
36+
path: "Sources/FluentUI_common"
2737
)
2838
]
2939

0 commit comments

Comments
 (0)