Blog RSS Feed

Cordova iOS 4.3.1
02 Dec 2016

We are happy to announce a patch version of Cordova iOS 4.3.1 has been released!


Note: When updating iOS, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. 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.3.1

To add it explicitly:

cordova platform add ios@4.3.1

What's new in iOS

  • CB-12203 - Updated checked-in node_modules
  • CB-12190 - create.spec tests fail when a device is connected
  • CB-12155 - Create tests for launch storyboards
  • CB-12084 - Update project build settings & plist
  • CB-12130 - Launch storyboard images are not updated or cleaned
  • CB-11243 - target-device and deployment-target were being ignored
  • CB-12127 - Add buildFlag support in build.json
  • CB-12125 - Unable to emulate on iPad pro iOS 10
  • CB-12118 - Cordova run ios does not automatically deploy to device
  • CB-12049 - user-agent string has a unique number appended
  • CB-12098 - Update supportedInterfaceOrientations return type
  • CB-9762 - Fix mobilespec 'cordova build' exception.
  • Updated bundled ios-sim to version 5.0.12
Previous

Cordova Android 6.1.0 Released!
07 Nov 2016 - By Joe Bowser

We are happy to announce that Cordova Android 6.1.0 has been released!...

Next

Plugins Release
07 Dec 2016 - By Shazron Abdullah

The following plugins were updated today: cordova-plugin-battery-status: 1.2.1 cordova-plugin-camera: 2.3.1 cordova-plugin-console: 1.0.5...