ios - How to update a version number in plist of xcode through jenkins -


i update build numbers in plist file svnrevisionnumber_sandbox or svnrevisionnumber_production ios app based on configuration through shell script build step in jenkins .

  • setup "execute shell" build step
  • use plistbuddy command line manipulate plist file
  • it's recommended supply absolute (not relative) paths plist file , executable

Comments