I am setting a variable in the terminal
export VAR=1.0.0
And I have to read it from ~/.bash_profile into the info.plist like for example:
<key>CFBundleShortVersionString</key>
<string>VAR</string>
So like this I can do automated builds. Is there a way how to read the variables?