mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-22 15:38:33 +00:00
Fix logos for liblinphone-tester on Windows 10.
This commit is contained in:
parent
44c7dd2802
commit
6c07f100b8
5 changed files with 13 additions and 29 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 2.1 KiB |
BIN
build/windows10/liblinphone-tester/Assets/StoreLogo.png
Normal file
BIN
build/windows10/liblinphone-tester/Assets/StoreLogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
|
@ -1,47 +1,30 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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">
|
||||||
<Package
|
<Identity Name="BelledonneCommunications.LibLinphoneTester" Publisher="CN=belledonne communications, O=belledonne communications, L=Grenoble, C=FR" Version="1.0.0.0" />
|
||||||
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="BelledonneCommunications.LibLinphoneTester"
|
|
||||||
Publisher="CN=belledonne communications, O=belledonne communications, L=Grenoble, C=FR"
|
|
||||||
Version="1.0.0.0" />
|
|
||||||
|
|
||||||
<mp:PhoneIdentity PhoneProductId="7fdbb4f3-13d7-4ca5-a0b9-c7fe297c78f1" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
<mp:PhoneIdentity PhoneProductId="7fdbb4f3-13d7-4ca5-a0b9-c7fe297c78f1" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
||||||
|
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>liblinphone-tester</DisplayName>
|
<DisplayName>liblinphone-tester</DisplayName>
|
||||||
<PublisherDisplayName>Belledonne Communications</PublisherDisplayName>
|
<PublisherDisplayName>Belledonne Communications</PublisherDisplayName>
|
||||||
<Logo>Assets\StoreLogo.png</Logo>
|
<Logo>Assets\StoreLogo.png</Logo>
|
||||||
</Properties>
|
</Properties>
|
||||||
|
|
||||||
<Dependencies>
|
<Dependencies>
|
||||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10069.0" MaxVersionTested="10.0.10069.0" />
|
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10069.0" MaxVersionTested="10.0.10069.0" />
|
||||||
</Dependencies>
|
</Dependencies>
|
||||||
|
|
||||||
<Resources>
|
<Resources>
|
||||||
<Resource Language="x-generate" />
|
<Resource Language="x-generate" />
|
||||||
</Resources>
|
</Resources>
|
||||||
|
|
||||||
<Applications>
|
<Applications>
|
||||||
<Application Id="App"
|
<Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="liblinphone_tester.App">
|
||||||
Executable="$targetnametoken$.exe"
|
<uap:VisualElements DisplayName="liblinphone-tester" Square150x150Logo="Assets\Logo.png" Square44x44Logo="Assets\SmallLogo.png" Description="liblinphone-tester" BackgroundColor="#ffffff">
|
||||||
EntryPoint="liblinphone_tester.App">
|
<uap:DefaultTile Wide310x150Logo="Assets\WideLogo.png">
|
||||||
<uap:VisualElements
|
<uap:ShowNameOnTiles>
|
||||||
DisplayName="liblinphone-tester"
|
<uap:ShowOn Tile="wide310x150Logo" />
|
||||||
Square150x150Logo="Assets\Logo.png"
|
</uap:ShowNameOnTiles>
|
||||||
Square44x44Logo="Assets\SmallLogo.png"
|
</uap:DefaultTile>
|
||||||
Description="liblinphone-tester"
|
|
||||||
BackgroundColor="#ffffff">
|
|
||||||
<uap:SplashScreen Image="Assets\SplashScreen.png" />
|
<uap:SplashScreen Image="Assets\SplashScreen.png" />
|
||||||
</uap:VisualElements>
|
</uap:VisualElements>
|
||||||
</Application>
|
</Application>
|
||||||
</Applications>
|
</Applications>
|
||||||
|
|
||||||
<Capabilities>
|
<Capabilities>
|
||||||
<Capability Name="internetClient" />
|
<Capability Name="internetClient" />
|
||||||
<DeviceCapability Name="microphone" />
|
<DeviceCapability Name="microphone" />
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,8 @@
|
||||||
<None Include="liblinphone-tester_TemporaryKey.pfx" />
|
<None Include="liblinphone-tester_TemporaryKey.pfx" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Content Include="Assets\StoreLogo.png" />
|
||||||
|
<Content Include="Assets\WideLogo.png" />
|
||||||
<Content Include="Properties\Default.rd.xml" />
|
<Content Include="Properties\Default.rd.xml" />
|
||||||
<Content Include="Assets\images\nowebcamCIF.jpg">
|
<Content Include="Assets\images\nowebcamCIF.jpg">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
|
@ -272,7 +274,6 @@
|
||||||
<Content Include="Assets\Logo.png" />
|
<Content Include="Assets\Logo.png" />
|
||||||
<Content Include="Assets\SmallLogo.png" />
|
<Content Include="Assets\SmallLogo.png" />
|
||||||
<Content Include="Assets\SplashScreen.png" />
|
<Content Include="Assets\SplashScreen.png" />
|
||||||
<Content Include="Assets\WideLogo.scale-100.png" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ApplicationDefinition Include="App.xaml">
|
<ApplicationDefinition Include="App.xaml">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue