adzerk / adzerk-ios-sdk

Access Adzerk's ad serving APIs via iOS
https://www.adzerk.com
Other
9 stars 5 forks source link

Fix reported version #38

Closed subdigital closed 3 years ago

subdigital commented 3 years ago

Previously we read the version dynamically from the Info.plist, but now that the Xcode project is generated, this value gets reset.

This change extracts the version value into a definition Swift file that can be later generated with scripting to keep this version consistent between releases.

For now we can update this file manually until a script to automate releases for a given version can be created.

Resolves #37