Subversion Repository Public Repository

Nextrek

Diff Revisions 28 vs 29 for /Windows8/Minstrek/John Glen/John Glen/Package.appxmanifest

Diff revisions: vs.
  @@ -1,42 +1,27 @@
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
3 -
4 - <Identity Name="2b587cb1-6b14-4a97-9e0e-28add3958950"
5 - Publisher="CN=Lorenzo"
6 - Version="1.0.0.0" />
7 -
3 + <Identity Name="5EF06EC2.LeavventurediJohnGleen" Publisher="CN=0310C601-7615-4BF8-8D9D-020EC9BD6121" Version="1.0.0.1" />
8 4 <Properties>
9 - <DisplayName>John Glen</DisplayName>
10 - <PublisherDisplayName>Lorenzo</PublisherDisplayName>
5 + <DisplayName>Le avventure di John Gleen</DisplayName>
6 + <PublisherDisplayName>Nextrek s.r.l.</PublisherDisplayName>
11 7 <Logo>Assets\StoreLogo.png</Logo>
12 8 </Properties>
13 -
14 9 <Prerequisites>
15 10 <OSMinVersion>6.2.1</OSMinVersion>
16 11 <OSMaxVersionTested>6.2.1</OSMaxVersionTested>
17 12 </Prerequisites>
18 -
19 13 <Resources>
20 - <Resource Language="x-generate"/>
14 + <Resource Language="x-generate" />
21 15 </Resources>
22 -
23 16 <Applications>
24 - <Application Id="App"
25 - Executable="$targetnametoken$.exe"
26 - EntryPoint="John_Glen.App">
27 - <VisualElements
28 - DisplayName="John Glen"
29 - Logo="Assets\Logo.png"
30 - SmallLogo="Assets\SmallLogo.png"
31 - Description="John Glen"
32 - ForegroundText="light"
33 - BackgroundColor="#464646">
34 - <DefaultTile ShowName="allLogos" />
35 - <SplashScreen Image="Assets\SplashScreen.png" />
36 - </VisualElements>
17 + <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="John_Glen.App">
18 + <VisualElements DisplayName="Le avventure di John Glen" Logo="Assets\Logo.png" SmallLogo="Assets\SmallLogo.png" Description="Una divertente storia interattiva..." ForegroundText="light" BackgroundColor="#464646">
19 + <DefaultTile ShowName="allLogos" WideLogo="Assets\WideLogo.png" ShortName="John Glen" />
20 + <SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#03037a" />
21 + <InitialRotationPreference>
22 + <Rotation Preference="landscape" />
23 + </InitialRotationPreference>
24 + </VisualElements>
37 25 </Application>
38 26 </Applications>
39 - <Capabilities>
40 - <Capability Name="internetClient" />
41 - </Capabilities>
42 27 </Package>