Added the DataModels and Dependencies targets to the list of targets to public from the Libraries package.

This commit is contained in:
Javier Cicchelli 2022-12-11 21:00:51 +01:00
parent 4f53a40f04
commit 09b092f33c

View File

@ -10,6 +10,8 @@ let package = Package(
name: "Libraries",
targets: [
"APIService",
"DataModels",
"Dependencies",
"KeychainStorage"
]
),