Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "config/cordova.xml" page has been changed by jbondc: https://wiki.apache.org/cordova/config/cordova.xml New page: == Cordova Hybrid config== === {$CLI_PROJECT}/cordova.xml === <app> <!-- default/global configuration of application --> <name>Some app (beta!)</name> <version>1.0.1</version> <icon></icon> <!-- platform specific config and/or overrides --> <platform name="ios"> <version build="2">1.0.1</version> <icon id="foo@2x">path</icon> </platform> <platform name="android"> <version release="1.0.0" .../> <icon/> <!-- runtime specific config and/or overrides --> <runtime name="chromeview"> <name>Some app (beta!)</name> <dosomething /> </runtime> </platform> </app>
