summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/winrt_winphone/manifests/8.1/AppxManifest.xml.in
blob: 97d340740372d34019d9e69cb80b4826d5a0e413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<Package xmlns=\"http://schemas.microsoft.com/appx/2010/manifest\" xmlns:m2=\"http://schemas.microsoft.com/appx/2013/manifest\">
  <Identity
    Name=\"$${WINRT_MANIFEST.identity}\"
    ProcessorArchitecture=\"$${WINRT_MANIFEST.architecture}\"
    Publisher=\"$${WINRT_MANIFEST.publisherid}\"
    Version=\"$${WINRT_MANIFEST.version}\" />
  <Properties>
    <DisplayName>$${WINRT_MANIFEST.name}</DisplayName>
    <PublisherDisplayName>$${WINRT_MANIFEST.publisher}</PublisherDisplayName>
    <Logo>$${WINRT_MANIFEST.logo_store}</Logo>
  </Properties>
  <Prerequisites>
    <OSMinVersion>6.3.0</OSMinVersion>
    <OSMaxVersionTested>6.3.0</OSMaxVersionTested>
  </Prerequisites>
  <Resources>
    <Resource Language=\"en\" />
  </Resources>
  <Applications>
    <Application
      Id=\"App\"
      Executable=\"$${WINRT_MANIFEST.target}.exe\"
      EntryPoint=\"$${WINRT_MANIFEST.target}.App\">
      <m2:VisualElements
        DisplayName=\"$${WINRT_MANIFEST.name}\"
        Description=\"$${WINRT_MANIFEST.description}\"
        BackgroundColor=\"$${WINRT_MANIFEST.background}\"
        ForegroundText=\"$${WINRT_MANIFEST.foreground}\"
        Square150x150Logo=\"$${WINRT_MANIFEST.logo_large}\"
        Square30x30Logo=\"$${WINRT_MANIFEST.logo_small}\">
        <m2:DefaultTile>
          <m2:ShowNameOnTiles>
            <m2:ShowOn Tile=\"square150x150Logo\" />
          </m2:ShowNameOnTiles>
        </m2:DefaultTile>
        <m2:SplashScreen Image=\"$${WINRT_MANIFEST.logo_splash}\" />
      </m2:VisualElements>
    </Application>
  </Applications>$${WINRT_MANIFEST.capabilities}$${WINRT_MANIFEST.dependencies}
</Package>
<!-- Generated by qmake using the $$[QMAKE_XSPEC] mkspec. -->