Skip to content

Commit 3798498

Browse files
authored
Merge pull request #113 from antonargunov/master
version 6.0.2
2 parents 4c823f3 + 78ca8f5 commit 3798498

File tree

9 files changed

+3576
-3562
lines changed

9 files changed

+3576
-3562
lines changed

Branch-Xamarin-Lib.Droid/Branch-Xamarin-Lib.Droid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<TransformFile Include="Transforms\EnumMethods.xml" />
5555
</ItemGroup>
5656
<ItemGroup>
57-
<EmbeddedJar Include="Jars\Branch-4.2.0_core.jar" />
57+
<EmbeddedJar Include="Jars\Branch-4.2.1_core.jar" />
5858
</ItemGroup>
5959
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
6060
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
321 KB
Binary file not shown.

Branch-Xamarin-Lib.Droid/Transforms/Metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
<attr path="/api/package[@name='io.branch.referral']/class[@name='ServerRequest']/method[@name='getRequestPath']" name="managedName">getRequestPath</attr>
99
<attr path="/api/package[@name='io.branch.referral']/class[@name='Branch']" name="managedName">AndroidNativeBranch</attr>
1010
<remove-node path="/api/package[@name='io.branch.referral.validators']/class[@name='IntegrationValidator']/implements[@name='io.branch.referral.validators.ServerRequestGetAppConfig.IGetAppConfigEvents']" />
11+
<remove-node path="/api/package[@name='io.branch.referral']/class[@name='GAdsPrefetchTask']"/>
12+
<remove-node path="/api/package[@name='io.branch.referral']/class[@name='GAdsPrefetchTask.1']"/>
1113
</metadata>

Branch-Xamarin-Lib.iOS/ApiDefinition.cs

Lines changed: 3566 additions & 3559 deletions
Large diffs are not rendered by default.

Branch-Xamarin-Lib.iOS/Branch.a

1.69 KB
Binary file not shown.

Branch-Xamarin-Lib.iOS/Structs.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
using Foundation;
44
using ObjCRuntime;
55

6-
namespace IOSNativeBranch {
6+
namespace IOSNativeBranch
7+
{
78

89
[Native]
910
public enum BNCErrorCode : long
@@ -81,4 +82,5 @@ public enum BranchCreditHistoryOrder : ulong
8182
MostRecentFirst,
8283
LeastRecentFirst
8384
}
85+
8486
}

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Branch Xamarin SDK change log
22

3+
- 6.0.2
4+
* Updating Branch to Android version 4.2.1 and iOS version 0.31.3
5+
36
- 6.0.1
47
* Updating Branch to iOS version 0.31.0
58

12.9 MB
Binary file not shown.

NuGet/Branch-Xamarin-SDK.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>Branch-Xamarin-Linking-SDK</id>
55
<title>Branch Xamarin SDK</title>
66
<summary>Hosted deep links for your Xamarin-based Android or iOS app by Branch</summary>
7-
<version>6.0.1</version>
7+
<version>6.0.2</version>
88
<authors>Branch Metrics, Inc.</authors>
99
<owners>Branch Metrics, Inc.</owners>
1010
<iconUrl> https://s3-us-west-1.amazonaws.com/branchhost/branch_icon.png</iconUrl>

0 commit comments

Comments
 (0)