Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Cordova Cli 5.0 with all latest core official plugin
Description
This is a sample config.xml related value
<name>HelloWorld</name>
<description>A sample Apache Cordova application that responds to the deviceready event</description>
<author email="dev@callback.apache.org" href="http://cordova.io">Apache Cordova Team</author>
after cordova build ... it will generate a xap file,and I open xap file's WMAppManifest.xml
This is the WMAppManifest.xml,but it will become the strange value
<App Author="HelloWorld Author" Description="Apache Cordova for Windows Phone" Publisher="HelloWorld Publisher" Title="HelloWorld">
it should be update to such kind of way
<App Author="Apache Cordova Team" Description="A sample Apache Cordova application that responds to the deviceready event" Publisher="Apache Cordova Team" Title="HelloWorld">