vtourraine / AcknowList

Acknowledgements screen displaying a list of licenses, for example from CocoaPods and Swift Package Manager dependencies.
MIT License
784 stars 59 forks source link

Plist via SPM #96

Closed JulesMoorhouse closed 2 years ago

JulesMoorhouse commented 2 years ago

Hi,

I don't believe the SPM will be creating a plist from what I can see, unlike cocoa pods.

Would this need to be created manually ?

This would be an implementation with swiftui.

Thanks in advance,

Jules.

vtourraine commented 2 years ago

Hello Jules,

You’re correct, SPM doesn’t generate a plist listing its packages. You could either create this plist yourself (manually or automated), or hardcode instances of Acknow and pass them to the list controller.