File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed
SizerBase.UnitTests.WinAppSdk Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Package
3
3
xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
4
4
xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest"
5
5
xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10"
6
- IgnorableNamespaces =" uap mp" >
6
+ xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
7
+ IgnorableNamespaces =" uap mp rescap" >
7
8
8
9
<Identity Name =" 56364EFD-86F0-4C49-9F65-B7CCA5FB6298"
9
10
Publisher =" CN=CommunityToolkit"
41
42
<Capabilities >
42
43
<Capability Name =" internetClientServer" />
43
44
<Capability Name =" privateNetworkClientServer" />
45
+ <rescap : Capability Name =" inputInjectionBrokered" />
44
46
</Capabilities >
45
- </Package >
47
+ </Package >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
3
3
<Package
4
4
xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
43
43
44
44
<Capabilities >
45
45
<rescap : Capability Name =" runFullTrust" />
46
+ <rescap : Capability Name =" inputInjectionBrokered" />
46
47
</Capabilities >
47
48
</Package >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Package
3
3
xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
4
4
xmlns : mp =" http://schemas.microsoft.com/appx/2014/phone/manifest"
5
5
xmlns : uap =" http://schemas.microsoft.com/appx/manifest/uap/windows10"
6
- IgnorableNamespaces =" uap mp" >
6
+ xmlns : rescap =" http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
7
+ IgnorableNamespaces =" uap mp rescap" >
7
8
8
9
<Identity Name =" 7af355f7-0c20-4a39-9b71-8cf779ccfa82"
9
10
Publisher =" CN=CommunityToolkit"
42
43
<Capabilities >
43
44
<Capability Name =" internetClientServer" />
44
45
<Capability Name =" privateNetworkClientServer" />
46
+ <rescap : Capability Name =" inputInjectionBrokered" />
45
47
</Capabilities >
46
- </Package >
48
+ </Package >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
3
3
<Package
4
4
xmlns =" http://schemas.microsoft.com/appx/manifest/foundation/windows10"
44
44
45
45
<Capabilities >
46
46
<rescap : Capability Name =" runFullTrust" />
47
+ <rescap : Capability Name =" inputInjectionBrokered" />
47
48
</Capabilities >
48
49
</Package >
You can’t perform that action at this time.
0 commit comments