JamitLabs / Accio

A dependency manager driven by SwiftPM that works for iOS/tvOS/watchOS/macOS projects.
MIT License
660 stars 32 forks source link

Fix missing CFBundleVersion for dependencies #70

Closed mrylmz closed 5 years ago

mrylmz commented 5 years ago

Closes #69

fredpi commented 5 years ago

@mrylmz Would you mind adding a changelog entry? :)

Jeehut commented 5 years ago

A test for the new method would be great too, one for the case when there is a CFBundleVersion set and one for when it's not.