Skip to content

Instantly share code, notes, and snippets.

@hsleonis
Created November 18, 2017 06:54
Show Gist options
  • Save hsleonis/bac7641f47114dad80f5262cb65e8f8e to your computer and use it in GitHub Desktop.
Save hsleonis/bac7641f47114dad80f5262cb65e8f8e to your computer and use it in GitHub Desktop.
:: Run the following command in your project to save your currently installed plugins into config.xml:
cordova plugin save
:: To upgrade
npm install -g cordova
cd my_project
cordova platform rm ios
cordova platform add [email protected]
:: To add it explicitly
cordova platform add [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment