How to update MARKETING_VERSION and CFBundleVersion from plist file?

Viewed 43

I have a simple project and I want to update the project version and build number values from info.plist. I have added this Bundle version string (short) and Bundle version in plist file but its value is not reflected in the build.

But if I tried to change the same value from Target>Info>Custom iOS Target Propeties its working.

Is there any way I use plist to maintain my versions? or I'm missing something here?

info.plist

enter image description here

Target Info

enter image description here

I'm using Xcode 13.4.1 and 14.0

Thanks

0 Answers
Related