-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPackage.appxmanifest
38 lines (38 loc) · 1.93 KB
/
Package.appxmanifest
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
<?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" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
<Identity Name="CycleStreetsLtd.CycleStreets" Publisher="CN=4D3E5F53-8FF3-4F61-9053-8243C1347451" Version="2.2.0.1" />
<mp:PhoneIdentity PhoneProductId="823e41bf-889c-4102-863f-11cfee11f652" PhonePublisherId="c62b52a7-eb58-47be-bdaf-af581f416bc1" />
<Properties>
<DisplayName>Cyclestreets</DisplayName>
<PublisherDisplayName>CycleStreets Ltd</PublisherDisplayName>
<Logo>Assets\AppIcon\appstore-icon-300.png</Logo>
</Properties>
<Prerequisites>
<OSMinVersion>6.3.1</OSMinVersion>
<OSMaxVersionTested>6.3.1</OSMaxVersionTested>
</Prerequisites>
<Resources>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application Id="x823e41bfy889cy4102y863fy11cfee11f652x" Executable="AGHost.exe" EntryPoint="Pages/ExtendedSplash.xaml">
<m3:VisualElements DisplayName="Cyclestreets" Square150x150Logo="Assets\Tiles\tile_150x150.png" Square44x44Logo="Assets\Logo.png" Description="Cyclestreets" ForegroundText="light" BackgroundColor="#464646">
<m3:DefaultTile Square71x71Logo="Assets\Tiles\tile_71x71.png">
</m3:DefaultTile>
<m3:SplashScreen Image="Assets\Splashscreen.png" />
</m3:VisualElements>
</Application>
</Applications>
<Extensions>
<Extension Category="windows.activatableClass.inProcessServer">
<InProcessServer>
<Path>AgHostSvcs.dll</Path>
<ActivatableClass ActivatableClassId="AgHost.BackgroundTask" ThreadingModel="both" />
</InProcessServer>
</Extension>
</Extensions>
<Capabilities>
<Capability Name="internetClientServer" />
<DeviceCapability Name="location" />
</Capabilities>
</Package>