Change Version number and build in Xcode 5

前端 未结 5 1485
暖寄归人
暖寄归人 2021-02-07 08:47

I have upgraded my Xcode to Xcode 5. From where can I change the version and build number which are now not visible in Target Summary?

5条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-07 09:15

    You might want to check out a new tool I've been developing called Xcodebump. It can handle updating both CFBundleShortVersionString and CFBundleVersion. As a final step it will also checkin to git and tag the commit to match up with those CFBundle values.

    The Xcodebump project is located here:

    https://github.com/markeissler/Xcodebump

    I developed Xcodebump because agvtool has become a bit crusty and this topic comes up on Stackoverflow quite often.

提交回复
热议问题