blob: 7ac7bedacf129a8bdab923551a8f99c60f1bb82d [file] [log] [blame]
Nicolas Jager998fbd72016-08-08 11:41:28 -04001<?xml version="1.0" encoding="utf-8"?>
2<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">
3 <Identity Name="2385953f-9019-423d-aa82-d1bbacfa258b" Publisher="CN=user" Version="1.0.0.0" />
4 <mp:PhoneIdentity PhoneProductId="2385953f-9019-423d-aa82-d1bbacfa258b" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
5 <Properties>
6 <DisplayName>ring-client-uwp</DisplayName>
7 <PublisherDisplayName>Savoir-Faire Linux</PublisherDisplayName>
8 <Logo>Assets\StoreLogo.png</Logo>
9 </Properties>
10 <Dependencies>
11 <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
12 </Dependencies>
13 <Resources>
14 <Resource Language="x-generate" />
15 </Resources>
16 <Applications>
17 <Application Id="App" Executable="$targetnametoken$.exe" EntryPoint="RingClientUWP.App">
18 <uap:VisualElements DisplayName="ring-client-uwp" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="ring-client-uwp" BackgroundColor="transparent">
19 <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png">
20 </uap:DefaultTile>
21 <uap:SplashScreen Image="Assets\SplashScreen.png" />
22 </uap:VisualElements>
23 </Application>
24 </Applications>
25</Package>