Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: tests/expecteddata/AppxManifest_edge_development_build.xml

Issue 29947559: Issue 7114 - Remove az and untranslated resources from Windows packages (Closed)
Left Patch Set: Created Nov. 20, 2018, 1:50 a.m.
Right Patch Set: Different approach Created Nov. 20, 2018, 9:29 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « packagerEdge.py ('k') | tests/expecteddata/AppxManifest_edge_release_build.xml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <?xml version='1.0' encoding='utf-8'?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3 ="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespace s="uap3"> 2 <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3 ="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespace s="uap3">
3 <Identity Name="EyeoGmbH.AdblockPlusdevelopmentbuild" Publisher="CN=4F06 6043-8AFE-41C9-B762-6C15E77E3F88" Version="1.2.1337.0" /> 3 <Identity Name="EyeoGmbH.AdblockPlusdevelopmentbuild" Publisher="CN=4F06 6043-8AFE-41C9-B762-6C15E77E3F88" Version="1.2.1337.0" />
4 4
5 <Properties> 5 <Properties>
6 <DisplayName>Adblock Plus development build</DisplayName> 6 <DisplayName>Adblock Plus development build</DisplayName>
7 <PublisherDisplayName>eyeo GmbH</PublisherDisplayName> 7 <PublisherDisplayName>eyeo GmbH</PublisherDisplayName>
8 <Logo>Assets/logo_50.png</Logo> 8 <Logo>Assets/logo_50.png</Logo>
9 </Properties> 9 </Properties>
10 10
11 <Dependencies> 11 <Dependencies>
12 <TargetDeviceFamily MaxVersionTested="12.0.0.0" MinVersion="10.0 .14332.0" Name="Windows.Desktop" /> 12 <TargetDeviceFamily MaxVersionTested="12.0.0.0" MinVersion="10.0 .14332.0" Name="Windows.Desktop" />
13 </Dependencies> 13 </Dependencies>
14 14
15 <Resources> 15 <Resources>
16 <Resource Language="en-us" /> 16 <Resource Language="en-us" />
17 <Resource Language="de" />
18 <Resource Language="it" />
19 <Resource uap:Scale="200" /> 17 <Resource uap:Scale="200" />
20 </Resources> 18 </Resources>
21 19
22 <Applications> 20 <Applications>
23 <Application Id="App"> 21 <Application Id="App">
24 <uap:VisualElements AppListEntry="none" BackgroundColor= "transparent" Description="ms-resource:Description" DisplayName="Adblock Plus de velopment build" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets /logo_44.png"> 22 <uap:VisualElements AppListEntry="none" BackgroundColor= "transparent" Description="ms-resource:Description" DisplayName="Adblock Plus de velopment build" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets /logo_44.png">
25 </uap:VisualElements> 23 </uap:VisualElements>
26 <Extensions> 24 <Extensions>
27 <uap3:Extension Category="windows.appExtension"> 25 <uap3:Extension Category="windows.appExtension">
28 <uap3:AppExtension DisplayName="Adblock Plus development build" Id="EdgeExtension" Name="com.microsoft.edge.extension" P ublicFolder="Extension"> 26 <uap3:AppExtension DisplayName="Adblock Plus development build" Id="EdgeExtension" Name="com.microsoft.edge.extension" P ublicFolder="Extension">
29 <uap3:Properties> 27 <uap3:Properties>
30 <Capabilities> 28 <Capabilities>
31 <Capability Name ="websiteInfo" /> 29 <Capability Name ="websiteInfo" />
32 <Capability Name ="websiteContent" /> 30 <Capability Name ="websiteContent" />
33 </Capabilities> 31 </Capabilities>
34 </uap3:Properties> 32 </uap3:Properties>
35 </uap3:AppExtension> 33 </uap3:AppExtension>
36 </uap3:Extension> 34 </uap3:Extension>
37 </Extensions> 35 </Extensions>
38 </Application> 36 </Application>
39 </Applications> 37 </Applications>
40 </Package> 38 </Package>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld