File tree 3 files changed +13
-10
lines changed
3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.1.2 </string >
18
+ <string >1.1.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
</dict >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.1.2 </string >
18
+ <string >1.1.3 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
</dict >
Original file line number Diff line number Diff line change 4
4
# Constants
5
5
PODSPEC_PATH=AGInputControls.podspec
6
6
7
-
8
- # bump version if needed (if major & patch versions )
9
- agvtool next-version -all
10
-
11
7
# update podspec && push
12
8
CURRENT_VERSION=` agvtool mvers -terse1`
13
- CURRENT_BUILD=` agvtool vers -terse`
9
+ NEW_VERSION=' 1.1.4'
10
+
11
+ sed -i ' ' -e " s/$CURRENT_VERSION /$NEW_VERSION /" $PODSPEC_PATH
12
+ # bump version if needed (if major & patch versions )
13
+ # agvtool new-marketing-version 1.1.4
14
+ LAST_TAG=` git describe --abbrev=0`
15
+ # echo ""
16
+ # echo "Current Version: ${CURRENT_VERSION} (${CURRENT_BUILD})"
17
+ # echo ""
14
18
15
- echo " "
16
- echo " Current Version: ${CURRENT_VERSION} (${CURRENT_BUILD} )"
17
- echo " "
19
+ # git tag $CURRENT_VERSION
20
+ # git push origin $CURRENT_VERSION
You can’t perform that action at this time.
0 commit comments