diff options
author | Paul Rouget <me@paulrouget.com> | 2020-03-09 09:06:20 +0100 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2020-03-09 09:35:47 +0100 |
commit | f50f4df496e26062fa07b64b8ad8150c8172e4ce (patch) | |
tree | 59d86252bd4dfc3a0c295c5afc809ed33cc9ff78 /support | |
parent | e1f6dfd7165d89246b35233fffe159352884b477 (diff) | |
download | servo-f50f4df496e26062fa07b64b8ad8150c8172e4ce.tar.gz servo-f50f4df496e26062fa07b64b8ad8150c8172e4ce.zip |
Properly sign UWP package
Diffstat (limited to 'support')
-rw-r--r-- | support/hololens/ServoApp/Package.appxmanifest | 2 | ||||
-rw-r--r-- | support/hololens/ServoApp/ServoApp.vcxproj | 3 | ||||
-rw-r--r-- | support/hololens/ServoApp/ServoApp.vcxproj.filters | 1 | ||||
-rw-r--r-- | support/hololens/ServoApp/ServoApp_TemporaryKey.pfx | bin | 2568 -> 0 bytes | |||
-rw-r--r-- | support/hololens/package.msbuild | 4 |
5 files changed, 4 insertions, 6 deletions
diff --git a/support/hololens/ServoApp/Package.appxmanifest b/support/hololens/ServoApp/Package.appxmanifest index 53255364338..5ada19983d7 100644 --- a/support/hololens/ServoApp/Package.appxmanifest +++ b/support/hololens/ServoApp/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" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp uap5"> - <Identity Name="MozillaFoundation.FirefoxReality" Publisher="CN=193FE5E7-EFE6-4FC4-9D96-D742E0265B78" Version="1.0.0.0" /> + <Identity Name="MozillaFoundation.FirefoxReality" Publisher="CN=Allizom" Version="1.0.0.0" /> <mp:PhoneIdentity PhoneProductId="1d265729-8836-4bd3-9992-4cb111d1068b" PhonePublisherId="00000000-0000-0000-0000-000000000000" /> <Properties> <DisplayName>Firefox Reality</DisplayName> diff --git a/support/hololens/ServoApp/ServoApp.vcxproj b/support/hololens/ServoApp/ServoApp.vcxproj index 615d78c013a..6d729b3661b 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj +++ b/support/hololens/ServoApp/ServoApp.vcxproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="..\packages\OpenXR.Loader.1.0.3\build\native\OpenXR.Loader.props" Condition="Exists('..\packages\OpenXR.Loader.1.0.3\build\native\OpenXR.Loader.props')" /> <Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.190620.2\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.190620.2\build\native\Microsoft.Windows.CppWinRT.props')" /> @@ -870,7 +870,6 @@ <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\z-1.dll"> <DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</DeploymentContent> </None> - <None Include="ServoApp_TemporaryKey.pfx" /> </ItemGroup> <ItemGroup> <Image Include="Assets\LargeTile.scale-100.png" /> diff --git a/support/hololens/ServoApp/ServoApp.vcxproj.filters b/support/hololens/ServoApp/ServoApp.vcxproj.filters index 5f1a2c73ab3..0e78db725be 100644 --- a/support/hololens/ServoApp/ServoApp.vcxproj.filters +++ b/support/hololens/ServoApp/ServoApp.vcxproj.filters @@ -159,7 +159,6 @@ <AppxManifest Include="Package.appxmanifest" /> </ItemGroup> <ItemGroup> - <None Include="ServoApp_TemporaryKey.pfx" /> <None Include="packages.config" /> <None Include="..\..\..\target\x86_64-uwp-windows-msvc\release\simpleservo.dll"> <Filter>ReleaseServoDLLs</Filter> diff --git a/support/hololens/ServoApp/ServoApp_TemporaryKey.pfx b/support/hololens/ServoApp/ServoApp_TemporaryKey.pfx Binary files differdeleted file mode 100644 index 8917164b3bb..00000000000 --- a/support/hololens/ServoApp/ServoApp_TemporaryKey.pfx +++ /dev/null diff --git a/support/hololens/package.msbuild b/support/hololens/package.msbuild index d673876c350..8d25a8d3fd6 100644 --- a/support/hololens/package.msbuild +++ b/support/hololens/package.msbuild @@ -9,6 +9,6 @@ </ConfigAndPlatform> </ItemGroup> <MSBuild Projects="%%SOLUTION%%" Targets="Build" - Properties="Configuration=%(ConfigAndPlatform.Identity);Platform=%(ConfigAndPlatform.Platform);AppxBundle=Always;AppxBundlePlatforms=%%PACKAGE_PLATFORMS%%;UseSubFolderForOutputDirDuringMultiPlatformBuild=false;AppxPackageSigningEnabled=false"/> + Properties="Configuration=%(ConfigAndPlatform.Identity);Platform=%(ConfigAndPlatform.Platform);AppxBundle=Always;AppxBundlePlatforms=%%PACKAGE_PLATFORMS%%;UseSubFolderForOutputDirDuringMultiPlatformBuild=false"/> </Target> -</Project>
\ No newline at end of file +</Project> |