Skip to content

Commit 55499f0

Browse files
authored
fix: Make AWSPluginsCore public (#2472)
1 parent ac62e9d commit 55499f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ let package = Package(
294294
name: "Amplify",
295295
targets: ["Amplify"]
296296
),
297+
.library(
298+
name: "AWSPluginsCore",
299+
targets: ["AWSPluginsCore"]
300+
),
297301
.library(
298302
name: "AWSAPIPlugin",
299303
targets: ["AWSAPIPlugin"]

0 commit comments

Comments
 (0)