When archiving & exporting App with Xcode 13.
The Frameworks of the created app will have their Info.plist modified.
CFBundleShortVersionString is being changed to have the same value as the application version.
Steps to reproduce:
Create iOS App project with v1.0.0
Add dynamic framework dependencies. ex: Framework A v3.0.0, Framework B v12.0.0.
Archive Project.
Distribute app AppStore Connect
Export
Finish the rest of the process with default values.
Investigate generated IPA file
Investigate .app file inside IPA
Investigate frameworks inside .app file.
CFBundleShortVersionString of all the frameworks is 1.0.0