Skip to content

Commit

Permalink
Add mp:PhoneIdentity to stop Store from rewriting our packages (#12779)
Browse files Browse the repository at this point in the history
If we do not include mp:PhoneIdentity in our AppxManifest, the store
will edit our package and re-sign it for distribution. When that
happens, it creates a divergence: there are now two versions of our
package with the same name and version number, but different contents.

This breaks everything.

**THIS IS LOAD BEARING**
  • Loading branch information
DHowett authored Mar 28, 2022
1 parent 90c9285 commit 0bc66ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cascadia/CascadiaPackage/Package-Pre.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,9 @@
</uap7:SharedFonts>
</uap7:Extension>
</Extensions>

<mp:PhoneIdentity
PhoneProductId="43878781-e1d0-4e2e-ae17-c4b63c8fb084"
PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35" />

</Package>
5 changes: 5 additions & 0 deletions src/cascadia/CascadiaPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,9 @@
</uap7:SharedFonts>
</uap7:Extension>
</Extensions>

<mp:PhoneIdentity
PhoneProductId="3a855625-ba50-46d5-b806-cb4520089c64"
PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35" />

</Package>

0 comments on commit 0bc66ab

Please sign in to comment.