Updated Branches:
  refs/heads/master f907fa5f1 -> 9b7d2f3cf

ProductID needs to be unique for every created project


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/9b7d2f3c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/9b7d2f3c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/9b7d2f3c

Branch: refs/heads/master
Commit: 9b7d2f3cfda4aa6b623293d72bbce726ef0307e9
Parents: f907fa5
Author: Jesse MacFadyen <[email protected]>
Authored: Thu Jun 13 14:52:49 2013 -0700
Committer: Jesse MacFadyen <[email protected]>
Committed: Thu Jun 13 14:52:49 2013 -0700

----------------------------------------------------------------------
 templates/standalone/Properties/WMAppManifest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/9b7d2f3c/templates/standalone/Properties/WMAppManifest.xml
----------------------------------------------------------------------
diff --git a/templates/standalone/Properties/WMAppManifest.xml 
b/templates/standalone/Properties/WMAppManifest.xml
index 3c18727..36f2330 100644
--- a/templates/standalone/Properties/WMAppManifest.xml
+++ b/templates/standalone/Properties/WMAppManifest.xml
@@ -4,7 +4,7 @@
   <Languages xmlns="">
     <Language code="en-US" />
   </Languages>
-  <App xmlns="" ProductID="{13b7ec4f-d4cf-422b-90ef-cd9c48af66ab}" 
Title="$safeprojectname$" RuntimeType="Silverlight" Version="1.0.0.0" 
Genre="apps.normal" Author="$safeprojectname$ author" BitsPerPixel="32" 
Description="Apache Cordova for Windows Phone" Publisher="$safeprojectname$" 
PublisherID="{db093ed5-53b1-45f7-af72-751e8f36ab80}">
+  <App xmlns="" ProductID="{$guid1$}" Title="$safeprojectname$" 
RuntimeType="Silverlight" Version="1.0.0.0" Genre="apps.normal" 
Author="$safeprojectname$ author" BitsPerPixel="32" Description="Apache Cordova 
for Windows Phone" Publisher="$safeprojectname$" 
PublisherID="{db093ed5-53b1-45f7-af72-751e8f36ab80}">
     <IconPath IsRelative="true" 
IsResource="false">ApplicationIcon.png</IconPath>
     <Capabilities>
       <Capability Name="ID_CAP_IDENTITY_DEVICE" />

Reply via email to