iOS ability to apply buildnumber
Hi,
apple has changed the upload strategy for binaries. Now there is the need to specify a build number if you have to upload your version of your app multiple times, for testing or any purpose. Is there any chance to apply the build number of the app in the app-meta-descriptor? As I see, the version number is written twice in the Info.plist file per default.
<key>CFBundleVersion</key>
<string>1.0.1</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
IMO the BundleVersion is normally the build number in Apple-Language.
