I'm updating my archive process to make it easier to use.
I already created some schemes and build configurations that avoid me to manually update constants between 2 archives, but now I want to go deeper.
When I edit a scheme, the "Archive" section allow us to set an archive name. By default it's set to the scheme name, but I'd like to have it dynamic. For example, I'd like it to be like:
<CFBundleIdentifier>-<CFBundleShortVersionString>-<CFBundleVersion>
Is that even possible? If yes, how?