Skip to content

Commit 494b2f7

Browse files
committed
set_version script
This will set the framework version to the one specified, and bump the build number. Since we're not releasing to the App Store, the build number doesn't need to change between releases. [#118965455]
1 parent 950c0ac commit 494b2f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/set_version

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
set -ex
4+
5+
xcrun agvtool new-marketing-version $1
6+
xcrun agvtool next-version -all

0 commit comments

Comments
 (0)