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.
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