layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Tools Release: April 9, 2014" categories: news
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:
.pbxproj
files according to Xcode 5.1 recommendationsarm64
by defaultplugin add
for FirefoxOS.cordova info
command fixed for Windows platformOther changes include:
cordova-iOS
3.4.1superspawn
s cmd
fallback when there is a space in the argswindowsVerbatimArguments
from superspawn
cmd
related scriptsconfig.xml
cordova info
command fixed for Windows platformandroid_parser
to amazon_fireos_parser
. Added orientation related config changes from android_parser
.plugin.xml
src/platforms.js
: Adding Tizen.<dependency>
tag is missing id
attribute.org.apache.cordova.statusbar
into the registry whitelist.plugin add
for FirefoxOS.--searchpath
to have a delimiterprojectReference
to <framework>
element to signal addition of dependent project.winmd
reference in Windows8plugman info
command printing undefined
always.pbxproj
files according to Xcode 5.1 recommendations.
in plugin feature names (and therefore callback ids)arm64
arm64
arm64
by defaultobjc _msgSend
causes EXC _BAD _ACCESS
with plugins on arm64
bin/create
on iOS should use --arc
by default