ivnsch / SwiftCharts

Easy to use and highly customizable charts library for iOS
Apache License 2.0
2.53k stars 410 forks source link

Support Swift Package Manager in Xcode 11 #412

Closed Matovsky closed 4 years ago

Matovsky commented 4 years ago

Support Swift Package Manager in Xcode 11 https://github.com/i-schuetz/SwiftCharts/issues/399

groapp commented 4 years ago

@Matovsky - nice work on the Package.swift. When I clone your repo into SPM in XCode everything works fine; however, if I copy and paste the code from your Package.swift file into my own fork of the latest release I get the dreaded "no Package.swift manifest for version 0.6.5" error. Any ideas?

Matovsky commented 4 years ago

Thank you. Well, here I have no idea. Because in Xcode 11.x we can just go to File > Swift Packages > Add Package Dependency. That is 👍🏻 By the way, in my opinion, with SwiftUI we don't need this kind of libraries anymore. SwiftUI makes amazing charts and animation.

ivnsch commented 4 years ago

Sorry, I missed this.

ivnsch commented 4 years ago

Uh, for clarity, is this file still needed? I've been only on the user side of SPM projects and not sure what the library has to do.