Skip to content

Commit

Permalink
Merge pull request #179 from antonargunov/master
Browse files Browse the repository at this point in the history
version 0.6.3
  • Loading branch information
antonargunov authored Feb 28, 2020
2 parents 40e4464 + 139e647 commit c4e4f2f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BranchUnityTestBed/Assets/Branch/Branch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class Branch : MonoBehaviour {

public static string sdkVersion = "0.6.2";
public static string sdkVersion = "0.6.3";

public delegate void BranchCallbackWithParams(Dictionary<string, object> parameters, string error);
public delegate void BranchCallbackWithUrl(string url, string error);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public static void ChangeXcodeProject(string pathToBuiltProject) {

string target = "";
#if UNITY_2019_3_OR_NEWER
target = proj.GetUnityMainTargetGuid();
target = proj.GetUnityFrameworkTargetGuid();
#else
target = proj.TargetGuidByName("Unity-iPhone");
#endif
Expand Down
Binary file modified BranchUnityTestBed/Assets/Branch/Resources/BranchData.asset
Binary file not shown.
Binary file modified BranchUnityWrapper.unitypackage
Binary file not shown.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Branch Unity SDK change log

- 0.6.3
* Fixing wrong Unity target for Unity 2019.x

- 0.6.2
* Supporting Unity3d 2019.x
* Fixing Branch prefab
Expand Down

0 comments on commit c4e4f2f

Please sign in to comment.