Skip to content

Commit

Permalink
Update package reference to latest version
Browse files Browse the repository at this point in the history
Remove ads and make premium
  • Loading branch information
duchuule committed Apr 7, 2017
1 parent a64e589 commit db724ce
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
6 changes: 5 additions & 1 deletion App.xaml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ App::App()

void App::CheckProductLicense()
{
HasAds = false;
IsPremium = true;

/* Since VBA10 is unpublished, enable all features
HasAds = true;
IsPremium = false;
Expand Down Expand Up @@ -84,7 +88,7 @@ void App::CheckProductLicense()
{
EmulatorSettings::Current->PixelFilter = 0;
}

*/
}

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion 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="16994Sparksoft.VBA10" Publisher="CN=9289A21E-3389-49E2-A9E0-46AA1289C3CB" Version="1.22.196.0" />
<Identity Name="16994Sparksoft.VBA10" Publisher="CN=9289A21E-3389-49E2-A9E0-46AA1289C3CB" Version="1.22.197.0" />
<mp:PhoneIdentity PhoneProductId="2b9558e5-6253-426c-8989-3284f508e743" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>VBA10</DisplayName>
Expand Down
Loading

0 comments on commit db724ce

Please sign in to comment.