|
10 | 10 | xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4"
|
11 | 11 | xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10"
|
12 | 12 | IgnorableNamespaces="uap rescap mp desktop4">
|
13 |
| - <Identity Name="49586DaveAntoine.SimpleWeatherDebug" Publisher="CN=FC137F73-0421-4275-8C89-E761F4D1BC3D" Version="5.8.11.0" /> |
| 13 | + <Identity Name="49586DaveAntoine.SimpleWeather-Asimpleweatherapp" Publisher="CN=FC137F73-0421-4275-8C89-E761F4D1BC3D" Version="5.8.12.0" /> |
14 | 14 | <mp:PhoneIdentity PhoneProductId="06966ad9-299e-4a4c-8204-576b8ada7455" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
15 | 15 | <Properties>
|
16 | 16 | <DisplayName>SimpleWeather - A simple weather app</DisplayName>
|
|
34 | 34 | </Resources>
|
35 | 35 | <Applications>
|
36 | 36 | <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="$targetentrypoint$">
|
37 |
| - <uap:VisualElements DisplayName="SimpleWeather (Debug)" Square150x150Logo="Assets\Square150x150Logo.png" Description="SimpleWeather" BackgroundColor="transparent" Square44x44Logo="Assets\Square44x44Logo.png"> |
| 37 | + <uap:VisualElements DisplayName="SimpleWeather" Square150x150Logo="Assets\Square150x150Logo.png" Description="SimpleWeather" BackgroundColor="transparent" Square44x44Logo="Assets\Square44x44Logo.png"> |
38 | 38 | <uap:LockScreen Notification="badgeAndTileText" BadgeLogo="Assets\BadgeLogo.png" />
|
39 | 39 | <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\Square71x71Logo.png" Square310x310Logo="Assets\Square310x310Logo.png">
|
40 | 40 | <uap:ShowNameOnTiles>
|
|
73 | 73 | <com:ExeServer
|
74 | 74 | Executable="SimpleWeather.Windows.exe"
|
75 | 75 | Arguments="-RegisterProcessAsComServer"
|
76 |
| - LaunchAndActivationPermission="O:PSG:BUD:(A;;11;;;IU)(A;;11;;;S-1-15-2-537857025-621772652-3741139397-2615399211-928015427-4269635983-3021255191)S:(ML;;NX;;;LW)"> |
| 76 | + LaunchAndActivationPermission="O:PSG:BUD:(A;;11;;;IU)(A;;11;;;S-1-15-2-2670365806-2911716598-2260801434-585721284-1716833224-1671719374-3724409756)S:(ML;;NX;;;LW)"> |
77 | 77 | <com:Class Id="148C5627-665B-4DAC-AB27-64397E80335A" />
|
78 | 78 | <!-- Widget Provider -->
|
79 | 79 | <com:Class Id="1D453922-87B3-41AB-9D61-1A73C4360E71" DisplayName="Widget provider" />
|
|
82 | 82 | </com:Extension>
|
83 | 83 | <!-- Widget Provider -->
|
84 | 84 | <uap3:Extension Category="windows.appExtension">
|
85 |
| - <uap3:AppExtension Name="com.microsoft.windows.widgets" DisplayName="SimpleWeather (Debug)" Id="SimpleWeatherWidgetApp" PublicFolder="Public"> |
| 85 | + <uap3:AppExtension Name="com.microsoft.windows.widgets" DisplayName="SimpleWeather" Id="SimpleWeatherWidgetApp" PublicFolder="Public"> |
86 | 86 | <uap3:Properties>
|
87 | 87 | <WidgetProvider>
|
88 | 88 | <ProviderIcons>
|
|
96 | 96 | <TrustedPackageFamilyName>Microsoft.MicrosoftEdge.Stable_8wekyb3d8bbwe</TrustedPackageFamilyName>
|
97 | 97 | </TrustedPackageFamilyNames>
|
98 | 98 | <Definitions>
|
99 |
| - <Definition Id="Weather_Widget" DisplayName="SimpleWeather (Debug)" Description="SimpleWeather Widget" AllowMultiple="false" IsCustomizable="false"> |
| 99 | + <Definition Id="Weather_Widget" DisplayName="SimpleWeather" Description="SimpleWeather Widget" AllowMultiple="false" IsCustomizable="false"> |
100 | 100 | <Capabilities>
|
101 | 101 | <Capability>
|
102 | 102 | <Size Name="small" />
|
|
0 commit comments