Vladimir Kotikov created CB-6977:
------------------------------------
Summary: Support chip architecture as an option for run command
for Windows and Windows Phone projects
Key: CB-6977
URL: https://issues.apache.org/jira/browse/CB-6977
Project: Apache Cordova
Issue Type: Improvement
Components: CLI, Windows 8, WP8
Affects Versions: 3.5.0
Reporter: Vladimir Kotikov
Assignee: Jesse MacFadyen
With {{--archs}} option support for {{cordova build}} command implemented we
can add support for {{--archs}} option to {{cordova run}} also.
Because only one package can be deployed and run at one time, proposed
behaviour for {{--archs}} is following: build all architectures specified and
deploy/run olny first architecture from list. E.g.:
{noformat}
cordova run wp8 --device --release --archs="x86 arm"
{noformat}
will build both x86 and arm packages and deploy x86 package only.
--
This message was sent by Atlassian JIRA
(v6.2#6252)