Browse Source

Fix UWP certificate

LouYihua 7 years ago
parent
commit
da5b597b20

+ 1 - 1
winrt/SDLPal.UWP/Package.appxmanifest

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
-  <Identity Name="67d7840d-5e23-4312-8484-b33ffe3d5f36" Publisher="CN=louyihua" Version="2.0.0.0" />
+  <Identity Name="67d7840d-5e23-4312-8484-b33ffe3d5f36" Publisher="CN=SDLPal Team" Version="2.0.0.0" />
   <mp:PhoneIdentity PhoneProductId="67d7840d-5e23-4312-8484-b33ffe3d5f36" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
   <Properties>
     <DisplayName>SDL PAL</DisplayName>

+ 3 - 2
winrt/SDLPal.UWP/SDLPal.UWP.vcxproj

@@ -104,7 +104,8 @@
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <PackageCertificateKeyFile>SDLPal.UWP_TemporaryKey.pfx</PackageCertificateKeyFile>
+    <PackageCertificateKeyFile>SDLPal_TemporaryKey.pfx</PackageCertificateKeyFile>
+    <PackageCertificateThumbprint>9B6928946F268F65424754A037F1F924B819C954</PackageCertificateThumbprint>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <IncludePath>..\..\SDL2\include;$(IncludePath)</IncludePath>
@@ -231,7 +232,7 @@
     <AppxManifest Include="Package.appxmanifest">
       <SubType>Designer</SubType>
     </AppxManifest>
-    <None Include="SDLPal.UWP_TemporaryKey.pfx" />
+    <None Include="SDLPal_TemporaryKey.pfx" />
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\SDLPal.Common\SDLPal.cpp" />

+ 1 - 1
winrt/SDLPal.UWP/SDLPal.UWP.vcxproj.filters

@@ -50,7 +50,7 @@
     <AppxManifest Include="Package.appxmanifest" />
   </ItemGroup>
   <ItemGroup>
-    <None Include="SDLPal.UWP_TemporaryKey.pfx" />
+    <None Include="SDLPal_TemporaryKey.pfx" />
   </ItemGroup>
   <ItemGroup>
     <Page Include="..\SDLPal.Common\MainPage.xaml" />

BIN
winrt/SDLPal.UWP/SDLPal_TemporaryKey.pfx