Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Oct 16, 2023
1 parent ff5ed48 commit 3cee46d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Packages/MediaUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ let package = Package(
],
dependencies: [
.package(name: "Models", path: "../Models"),
.package(name: "DesignSystem", path: "../DesignSystem"),
],
targets: [
.target(
name: "MediaUI",
dependencies: [
.product(name: "Models", package: "Models"),
.product(name: "DesignSystem", package: "DesignSystem"),
],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency"),
Expand Down

0 comments on commit 3cee46d

Please sign in to comment.