tgrapperon / swift-dependencies-additions

More dependencies for `swift-dependencies`
MIT License
298 stars 39 forks source link

BundleInfo not working for Previews #97

Open dansinclair25 opened 4 months ago

dansinclair25 commented 4 months ago

Trying to set the BundleInfo for Previews doesn't appear to work. I'm trying to change the version and shortVersion in my Preview but nothing changes. My guess is because there's no previewValue declared on the BundleInfo type. I can create a PR for this change if you agree?