Skip to content

Commit bfc77da

Browse files
committed
Remove redundant extension dependencies
1 parent f689348 commit bfc77da

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Modules/Package.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,14 +344,12 @@ enum XcodeSupport {
344344
dependencies: [
345345
"Networking",
346346
"WooFoundation",
347-
"Yosemite",
348347
.product(name: "KeychainAccess", package: "KeychainAccess"),
349348
]
350349
),
351350
.xcodeTarget(
352351
XcodeTargetNames.storeWidgetsExtension,
353352
dependencies: [
354-
"Experiments",
355353
"Networking",
356354
"WooFoundation",
357355
.product(name: "KeychainAccess", package: "KeychainAccess"),

0 commit comments

Comments
 (0)