Skip to content

Instantly share code, notes, and snippets.

@hsleonis
Created November 18, 2017 06:54
Show Gist options
  • Select an option

  • Save hsleonis/bac7641f47114dad80f5262cb65e8f8e to your computer and use it in GitHub Desktop.

Select an option

Save hsleonis/bac7641f47114dad80f5262cb65e8f8e to your computer and use it in GitHub Desktop.
Ionic ios@4.4.0
:: 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 ios@4.4.0
:: To add it explicitly
cordova platform add ios@4.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment