simonprickett / cordovasetversion

Python Script to set the version number of a Apache Cordova application for iOS and Android

Home Page:https://simonprickett.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cordovasetversion

Python Script to set the version number of a Apache Cordova application for iOS and Android

Usage:

setcordovaversion.py 1.9.9 9999 /path/to/config.xml

Or

PowerShell Script to set the version number of a Apache Cordova application for iOS and Android

Usage:

.\Set-CordovaVersion.ps1 -VersionNumber "1.9.9" -BuildNumber 9999 -ConfigFile "/path/to/config.xml"

About

Python Script to set the version number of a Apache Cordova application for iOS and Android

https://simonprickett.dev/

License:MIT License


Languages

Language:Python 60.8%Language:PowerShell 39.2%