autopkg / nstrauss-recipes

Public AutoPkg recipes
23 stars 27 forks source link

OBS package recipe now grabs the wrong key from the info.plist #31

Closed Daz-wallace closed 2 years ago

Daz-wallace commented 2 years ago

This is currently configured to pull the CFBundleVersion from the info.plist. On the latest release (v28.0.0) this is 2966436867. The key needed looks to be CFBundleShortVersionString which is now 28.0.0.

PR incoming!

Daz-wallace commented 2 years ago

Oh and now the version splitter will also not be needed

Daz-wallace commented 2 years ago

PR logged as #32

nstrauss commented 2 years ago

Thanks for filing an issued. Closed with your PR https://github.com/autopkg/nstrauss-recipes/pull/32