SwiftUI-Color-Kit icon indicating copy to clipboard operation
SwiftUI-Color-Kit copied to clipboard

Fails to build presumably due to some renamed packages

Open adamnemecek opened this issue 2 years ago • 1 comments

Hey, this seems like a cool project. It seems like you renamed some projects and this project fails to build as a result. Do you think you could update that?

adamnemecek avatar Oct 26 '21 15:10 adamnemecek

It is in the package.file. There was a rename... .package(url: "https://github.com/kieranb662/Shapes.git", from: "1.0.4"), should be...

.package(url: "https://github.com/kieranb662/SwiftUI-Shapes.git", from: "1.0.4"),

neodave avatar Nov 23 '21 15:11 neodave