vtourraine / AcknowList

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

defaultPackages not returning the list #121

Closed FlamurBeqiri closed 5 months ago

FlamurBeqiri commented 5 months ago

if let list = AcknowParser.defaultPackages() {} is not returning the list. I remember before it was working, I also updated to the latest version 3.1.0 but same problem.

Here is a screenshot that i get the url nil

Screenshot 2024-05-23 at 12 36 18
FlamurBeqiri commented 5 months ago

Closed the issue since I saw in the updated Readme that the Package should be in the project Target. After that it worked fine.