Commit 3bfc9e7
authored
Minor cleanup in our manifest / template manifests (#575)
Based on original feedback from #228
fixes #574
`msix/appxmanifest.xml` — Removed
`EntryPoint="Windows.FullTrustApplication"` (redundant since
MinVersion=10.0.19045.0 ≥ 20H1, and `uap10:TrustLevel`+`RuntimeBehavior`
are already specified).
`Templates/appxmanifest.packaged.xml` and
`Templates/appxmanifest.sparse.xml` — Removed
`uap10:TrustLevel="mediumIL"` and
`uap10:RuntimeBehavior="packagedClassicApp"`, added
`EntryPoint="Windows.FullTrustApplication"` instead. This ensures
compatibility with systems back to MinVersion 10.0.18362.0 (pre-20H1)
where uap10 attributes aren't available.1 parent 8ba2b44 commit 3bfc9e7
4 files changed
Lines changed: 3 additions & 7 deletions
File tree
- msix
- src/winapp-CLI
- WinApp.Cli.Tests
- WinApp.Cli/Templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
0 commit comments