Tools Release: April 9, 2014
09 Apr 2014
New versions of plugman, cordova and cordova-ios are now live!
To update your tools:
npm update -g cordova
npm update -g plugman
Cordova iOS 3.4.1 is included with the latest update of cordova.
Most notable changes include:
- Update Xcode
.pbxprojfiles according to Xcode 5.1 recommendations - CB-4863 Drop iOS 5.0 support
- CB-4863 supporting iOS
arm64by default - CB-6160 Fix
plugin addfor FirefoxOS. - Fix to never remove top-level plugins that are dependencies + tests.
- CB-6211
cordova infocommand fixed for Windows platform
Other changes include:
cordova-cli
- updated to use
cordova-iOS3.4.1 - CB-6377 Fix up
superspawnscmdfallback when there is a space in the args - CB-6377 Remove
windowsVerbatimArgumentsfromsuperspawn - CB-6377 Handle spaces in paths for
cmdrelated scripts - CB-6141 Fix Windows8 tests
- CB-6267 Windows8. Apply BackgroundColor from
config.xml - CB-6338 Improve errors for missing templates
- CB-6306 Error creating project when path to project includes spaces
- CB-6211
cordova infocommand fixed for Windows platform - CB-6209 Uplevel changes from
android_parsertoamazon_fireos_parser. Added orientation related config changes fromandroid_parser. - When searchpath is specified in config and CLI, merge them.
plugman
- CB-6344 Specify after which sibling to add config-changes in
plugin.xml - CB-6272 Fix subdir bug + tests & meta fetch with a src directory
src/platforms.js: Adding Tizen.- Throw an error when a
<dependency>tag is missingidattribute. - Added
org.apache.cordova.statusbarinto the registry whitelist. - CB-6160 Fix
plugin addfor FirefoxOS. - Fix to never remove top-level plugins that are dependencies + tests.
- Allow
--searchpathto have a delimiter - CB-5970 added type attribute
projectReferenceto<framework>element to signal addition of dependent project - Separate out adding a dependent project from adding a
.winmdreference in Windows8 - CB-6119 Fix
plugman infocommand printingundefinedalways - CB-6159 Fix incorrect "success" message when publishing fails.
cordova-ios
- Update Xcode
.pbxprojfiles according to Xcode 5.1 recommendations - CB-6327 Allow
.in plugin feature names (and therefore callback ids) - CB-6287 Add build script support for
arm64 - CB-6217 iOS simulator targets not consistent across scripts
- CB-5286 Fix warnings when compiled under
arm64 - CB-4863 Drop iOS 5.0 support
- CB-4863 supporting iOS
arm64by default - CB-6150
objc _msgSendcausesEXC _BAD _ACCESSwith plugins onarm64 - Validate that callback IDs are always well-formed
- CB-5018
bin/createon iOS should use--arcby default
