Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 472 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 472 Bytes

Change your cordova bundle id through CLI

Run this before you run cordova build

Command Line tool to set the bundle id in config.xml

Install

$ npm install --save-dev gulp-cordova-bundleid

Add the following to your gulpfile

gulp.task('cordova', require('gulp-cordova-bundleid'));

Usage

$ gulp cordova --bundle=com.example.yourapp

License

MIT License