Skip to content
Snippets Groups Projects

Add missing target import on package.swift that causes random build failure

Merged Bruno Muniz requested to merge fix/missing-import into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -351,6 +351,7 @@ let package = Package(
.target(
name: "Shared",
dependencies: [
.target(name: "AppResources"),
.product(name: "SnapKit", package: "SnapKit"),
.product(name: "ChatLayout", package: "ChatLayout"),
.product(name: "DifferenceKit", package: "DifferenceKit"),
Loading