Post

Replies

Boosts

Views

Activity

Reply to How to get build number and version in code
This is for incrementing RN xcode project versions automatically : agvtool next-version -all && xcrun agvtool new-marketing-version \"1.$(agvtool what-version | sed -n 2p |tr -d ' ')\" or in nodejs "scripts":{ "ios-next-version":"cd ios && agvtool next-version -all && xcrun agvtool new-marketing-version \"1.$(agvtool what-version | sed -n 2p |tr -d ' ')\" && cd .." }
Dec ’21