This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Irfan Anwar : Software Engineer @ the ENTERTAINER : iamirfan@live.com | |
# | |
# Auto increase app version in archive - Pre-action Script | |
# NOTE: Add Post-action Script given below with this Pre-action Script to make it functional. | |
# It increases first part of desimal version number e.g 1.0 -> 2.0, ofcourse you can modify the logic, like add more desimal number or increase tiny part or minor part, like 1.0.3 -> 1.0.4 or whatever if you are a smart developer :) | |
# | |
# USAGE: |