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

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

Issue 29825555: Issue 6291 - add ManifoldJS packaging for Edge (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/9a56d76cd951
Left Patch Set: Created July 12, 2018, 9:24 a.m.
Right Patch Set: Final patch set Created Aug. 9, 2018, 7:08 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « tests/expecteddata/AppxManifest_edge_devenv.xml ('k') | tests/metadata.edge » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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.AdblockPlus" Publisher="CN=4F066043-8AFE-41C9-B 762-6C15E77E3F88" Version="0.1.2.3" /> 3 <Identity Name="EyeoGmbH.AdblockPlus" Publisher="CN=4F066043-8AFE-41C9-B 762-6C15E77E3F88" Version="0.1.2.3" />
4 4
5 <Properties> 5 <Properties>
6 » » <DisplayName>Adblock Plus</DisplayName> 6 » » <DisplayName>ms-resource:DisplayName</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" />
(...skipping 13 matching lines...) Expand all
30 <Capabilities> 30 <Capabilities>
31 <Capability Name ="websiteInfo" /> 31 <Capability Name ="websiteInfo" />
32 <Capability Name ="websiteContent" /> 32 <Capability Name ="websiteContent" />
33 </Capabilities> 33 </Capabilities>
34 </uap3:Properties> 34 </uap3:Properties>
35 </uap3:AppExtension> 35 </uap3:AppExtension>
36 </uap3:Extension> 36 </uap3:Extension>
37 </Extensions> 37 </Extensions>
38 </Application> 38 </Application>
39 </Applications> 39 </Applications>
40 </Package> 40 </Package>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld