Compare commits

...

1 Commits

Author SHA1 Message Date
Nikita Semenov d6fe349189 fix: spm dependencies 2022-10-11 11:07:08 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ let package = Package(
.target(name: "TIAuth", dependencies: ["TIFoundationUtils"], path: "TIAuth/Sources"),
//MARK: - Skolkovo
.target(name: "TIEcommerce", dependencies: ["TIFoundationUtils", "TISwiftUtils", "TINetworking"], path: "TIEcommerce/Sources"),
.target(name: "TIEcommerce", dependencies: ["TIFoundationUtils", "TISwiftUtils", "TINetworking", "TIUIKitCore", "TIUIElements"], path: "TIEcommerce/Sources"),
// MARK: - Tests