swift-dependencies-additions
swift-dependencies-additions copied to clipboard
BundleInfo not working for Previews
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?