Implement remote library metadata sync for iPhone
This commit is contained in:
@@ -27,5 +27,14 @@ let package = Package(
|
||||
"VelodyPersistence",
|
||||
]
|
||||
),
|
||||
.testTarget(
|
||||
name: "VelodySyncTests",
|
||||
dependencies: [
|
||||
"VelodyDomain",
|
||||
"VelodyNetworking",
|
||||
"VelodyPersistence",
|
||||
"VelodySync",
|
||||
]
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user