Skip to content

Commit

Permalink
Merge pull request #23 from thisisthekap/br_22_update_to_4-9-0
Browse files Browse the repository at this point in the history
Updated binding to 4.9.0
  • Loading branch information
thisisthekap authored Jul 21, 2022
2 parents 207cd6f + 2c80c9b commit 9e79ef8
Show file tree
Hide file tree
Showing 22 changed files with 3,645 additions and 4,821 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<IsPackable>true</IsPackable>
<PackageId>Xamarin.RevenueCat.iOS.Extensions</PackageId>
<Description>Contains convenience methods and async extensions for Xamarin.RevenueCat.iOS</Description>
<Version>4.1.0.7</Version>
<Version>4.9.0.2</Version>
<Authors>Christian Kapplmüller</Authors>
<Company>fun.music IT GmbH</Company>
<PackageOutputPath>nugetoutput</PackageOutputPath>
Expand Down Expand Up @@ -41,20 +41,20 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System"/>
<Reference Include="System.Xml"/>
<Reference Include="System.Core"/>
<Reference Include="Xamarin.iOS"/>
<Reference Include="System" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
</ItemGroup>
<ItemGroup>
<Compile Include="PurchasesErrorException.cs"/>
<Compile Include="RCPurchasesExtensions.cs"/>
<Compile Include="Properties\AssemblyInfo.cs"/>
<Compile Include="PurchaseSuccessInfo.cs"/>
<Compile Include="LoginResult.cs"/>
<Compile Include="PurchasesErrorException.cs" />
<Compile Include="RCPurchasesExtensions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PurchaseSuccessInfo.cs" />
<Compile Include="LoginResult.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.1.0">
<PackageReference Include="NuGet.Build.Tasks.Pack" Version="6.2.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand All @@ -65,5 +65,5 @@
<Name>Xamarin.RevenueCat.iOS</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets"/>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>
2 changes: 2 additions & 0 deletions Xamarin.RevenueCat.iOS.UsageChecker/AppDelegate.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System;
using Foundation;
using RevenueCat;
using UIKit;
Expand All @@ -18,6 +19,7 @@ public bool FinishedLaunching(UIApplication application, NSDictionary launchOpti
{
RCPurchases.DebugLogsEnabled = true;
RCPurchases.ConfigureWithAPIKey("theapikey");
Console.WriteLine($"Bound RevenueCat iOS SDK Version: {RCPurchases.FrameworkVersion}");

return true;
}
Expand Down
Loading

0 comments on commit 9e79ef8

Please sign in to comment.