JamitLabs / Accio

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

Missing CFBundleVersion in Info.plist of frameworks #69

Closed mrylmz closed 5 years ago

mrylmz commented 5 years ago

If framework dependencies are build by generating a Xcode project with the swift package manager, then the CFBundleVersion key will not be set which causes app store distribution problems.

fredpi commented 5 years ago

@mrylmz Shouldn't we also introduce a similar handling for CFBundleShortVersionString in case it is missing? This key is also required for app store submissions...