Skip to content

Commit 0241d2d

Browse files
committed
chore(windows): update package
1 parent a457dd4 commit 0241d2d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

shared-mobile/App_Resources/Windows/Package.appxmanifest

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<Package
44
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
55
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
6+
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
67
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
7-
IgnorableNamespaces="uap">
8+
IgnorableNamespaces="uap rescap">
89

910
<mp:PhoneIdentity PhoneProductId="00000000-0000-0000-0000-000000000000" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
1011

11-
1212
<Identity Name="__APP_IDENTIFIER__" Publisher="CN=ui" Version="1.0.0.0" />
1313

1414
<Properties>
@@ -19,14 +19,15 @@
1919

2020
<Dependencies>
2121
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.26100.0" />
22+
<PackageDependency Name="Microsoft.WindowsAppRuntime.1.6" MinVersion="6000.0.0.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
2223
</Dependencies>
2324

2425
<Resources>
2526
<Resource Language="en-US"/>
2627
</Resources>
2728

2829
<Applications>
29-
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="__PROJECT_NAME__.App">
30+
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="Windows.FullTrustApplication">
3031
<uap:VisualElements DisplayName="__PROJECT_NAME__"
3132
Square150x150Logo="Assets\Square150x150Logo.png"
3233
Square44x44Logo="Assets\Square44x44Logo.png"
@@ -39,6 +40,7 @@
3940
</Applications>
4041

4142
<Capabilities>
43+
<rescap:Capability Name="runFullTrust" />
4244
<Capability Name="internetClient" />
4345
<Capability Name="privateNetworkClientServer" />
4446
</Capabilities>

0 commit comments

Comments
 (0)