You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2016/10/24 10:35:29 UTC

[07/21] cordova-windows git commit: CB-10738 Use hardcoded Id attribute in Win10 manifest

CB-10738 Use hardcoded Id attribute in Win10 manifest

 This closes #194


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

Branch: refs/heads/4.4.x
Commit: fbc412e46ba03721a1d240b73d95948fd1c26d17
Parents: c1d331e
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Aug 30 17:34:51 2016 +0300
Committer: daserge <v-...@microsoft.com>
Committed: Thu Oct 20 20:54:54 2016 +0300

----------------------------------------------------------------------
 template/package.windows10.appxmanifest | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/fbc412e4/template/package.windows10.appxmanifest
----------------------------------------------------------------------
diff --git a/template/package.windows10.appxmanifest b/template/package.windows10.appxmanifest
index e59e019..9df82fa 100644
--- a/template/package.windows10.appxmanifest
+++ b/template/package.windows10.appxmanifest
@@ -46,7 +46,7 @@
 
   <Applications>
     <Application
-      Id="$safeprojectname$"
+      Id="App"
       StartPage="www/index.html">
 
       <uap:VisualElements
@@ -57,9 +57,9 @@
         Square44x44Logo="images\Square44x44Logo.png">
 
         <uap:SplashScreen Image="images\splashscreen.png" />
-        <uap:DefaultTile ShortName="$projectname$" 
+        <uap:DefaultTile ShortName="$projectname$"
                          Square310x310Logo="images\Square310x310Logo.png"
-                         Square71x71Logo="images\Square71x71Logo.png" 
+                         Square71x71Logo="images\Square71x71Logo.png"
                          Wide310x150Logo="images\Wide310x150Logo.png" />
 
       </uap:VisualElements>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org