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

Side by Side Diff: tests/expecteddata/AppxManifest_edge_development_build.xml

Issue 29931564: Issue 7080 - Don't tranlsate product name in builds for Microsoft Edge (Closed)
Patch Set: Rebased Created Oct. 31, 2018, 6:31 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « packagerEdge.py ('k') | tests/expecteddata/AppxManifest_edge_release_build.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>ms-resource:DisplayName</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" /> 17 <Resource Language="de" />
18 <Resource Language="it" /> 18 <Resource Language="it" />
19 <Resource uap:Scale="200" /> 19 <Resource uap:Scale="200" />
20 </Resources> 20 </Resources>
21 21
22 <Applications> 22 <Applications>
23 <Application Id="App"> 23 <Application Id="App">
24 » » » <uap:VisualElements AppListEntry="none" BackgroundColor= "transparent" Description="ms-resource:Description" DisplayName="ms-resource:Dis playName" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets/logo_4 4.png"> 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">
25 </uap:VisualElements> 25 </uap:VisualElements>
26 <Extensions> 26 <Extensions>
27 <uap3:Extension Category="windows.appExtension"> 27 <uap3:Extension Category="windows.appExtension">
28 » » » » » <uap3:AppExtension DisplayName="ms-resou rce:DisplayName" Id="EdgeExtension" Name="com.microsoft.edge.extension" PublicFo lder="Extension"> 28 » » » » » <uap3:AppExtension DisplayName="Adblock Plus development build" Id="EdgeExtension" Name="com.microsoft.edge.extension" P ublicFolder="Extension">
29 <uap3:Properties> 29 <uap3:Properties>
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>
OLDNEW
« no previous file with comments | « packagerEdge.py ('k') | tests/expecteddata/AppxManifest_edge_release_build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld