Skip to content

Commit

Permalink
Final build of 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnDamerell committed Jan 20, 2016
1 parent f4671c0 commit 2e78773
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Baconit/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -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" IgnorableNamespaces="uap mp">
<Identity Name="9020QuinnDamerell.Baconit" Publisher="CN=0E9109BC-07EF-4673-BFC9-D5C280E44460" Version="4.8.2.0" />
<Identity Name="9020QuinnDamerell.Baconit" Publisher="CN=0E9109BC-07EF-4673-BFC9-D5C280E44460" Version="4.8.3.0" />
<mp:PhoneIdentity PhoneProductId="a941e755-1dc4-4a35-9f20-ca3d8d0beaaa" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Baconit</DisplayName>
Expand All @@ -27,23 +27,23 @@
<uap:SplashScreen Image="Assets\AppAssets\SplashScreen\Splash.png" BackgroundColor="transparent" />
</uap:VisualElements>
<Extensions>
<Extension Category="windows.backgroundTasks" EntryPoint="BaconBackground.BackgroundEntry">
<BackgroundTasks>
<Task Type="timer" />
</BackgroundTasks>
</Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="reddit">
<uap:Protocol Name="baconit">
<uap:Logo>Assets\AppAssets\Square44x44\Square44.png</uap:Logo>
<uap:DisplayName>Baconit</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<uap:Extension Category="windows.protocol">
<uap:Protocol Name="baconit">
<uap:Protocol Name="reddit">
<uap:Logo>Assets\AppAssets\Square44x44\Square44.png</uap:Logo>
<uap:DisplayName>Baconit</uap:DisplayName>
</uap:Protocol>
</uap:Extension>
<Extension Category="windows.backgroundTasks" EntryPoint="BaconBackground.BackgroundEntry">
<BackgroundTasks>
<Task Type="timer" />
</BackgroundTasks>
</Extension>
</Extensions>
</Application>
</Applications>
Expand Down

0 comments on commit 2e78773

Please sign in to comment.