com.taptap.sdk.relationlite 4.8.4-beta.0 → 4.8.4-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,8 +32,7 @@ public class BuildPostProcessor
32
32
  "com.taptap.sdk.relationlite",
33
33
  "RelationLite",
34
34
  new[] {"TapTapRelationLiteResource.bundle"},
35
- target, projPath, proj,
36
- "TapTapRelationLiteSDK"))
35
+ target, projPath, proj))
37
36
  {
38
37
  Debug.Log("TapRelationLite add Bundle Success!");
39
38
  }
@@ -43,8 +42,7 @@ public class BuildPostProcessor
43
42
  "com.taptap.sdk.profile",
44
43
  "Profile",
45
44
  new[] {"TapTapProfileResource.bundle"},
46
- target, projPath, proj,
47
- "TapTapProfileSDK"))
45
+ target, projPath, proj))
48
46
  {
49
47
  Debug.Log("TapProfile add Bundle Success!");
50
48
  TapSDKCoreCompile.ExecutePodCommand("pod deintegrate && pod install", path);
@@ -1,15 +1,15 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
2
  <dependencies>
3
3
  <androidPackages>
4
4
  <repositories>
5
5
  <repository>https://repo.maven.apache.org/maven2</repository>
6
6
  </repositories>
7
- <androidPackage spec="com.taptap.sdk:tap-relation-lite-unity:4.8.4-beta.0"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-relationlite-unity:4.8.4" />
8
8
  </androidPackages>
9
9
  <iosPods>
10
10
  <sources>
11
11
  <source>https://github.com/CocoaPods/Specs.git</source>
12
12
  </sources>
13
- <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapRelationLiteSDK" version="4.8.4-beta.0"/>
13
+ <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/RelationLite" version="4.8.4" />
14
14
  </iosPods>
15
15
  </dependencies>
@@ -1,20 +1,20 @@
1
- using System;
2
- using UnityEditor.Build.Reporting;
3
- using TapSDK.Core.Editor;
4
-
5
- namespace TapSDK.RelationLite.Mobile.Editor {
6
- public class TapRelationLiteMobileProcessBuild : SDKLinkProcessBuild {
7
- public override int callbackOrder => 0;
8
-
9
- public override string LinkPath => "TapSDK/RelationLite/link.xml";
10
-
11
- public override LinkedAssembly[] LinkedAssemblies => new LinkedAssembly[] {
12
- new LinkedAssembly { Fullname = "TapSDK.RelationLite.Runtime" },
13
- new LinkedAssembly { Fullname = "TapSDK.RelationLite.Mobile.Runtime" }
14
- };
15
-
16
- public override Func<BuildReport, bool> IsTargetPlatform => (report) => {
17
- return BuildTargetUtils.IsSupportMobile(report.summary.platform);
18
- };
19
- }
20
- }
1
+ using System;
2
+ using UnityEditor.Build.Reporting;
3
+ using TapSDK.Core.Editor;
4
+
5
+ namespace TapSDK.RelationLite.Mobile.Editor {
6
+ public class TapRelationLiteMobileProcessBuild : SDKLinkProcessBuild {
7
+ public override int callbackOrder => 0;
8
+
9
+ public override string LinkPath => "TapSDK/RelationLite/link.xml";
10
+
11
+ public override LinkedAssembly[] LinkedAssemblies => new LinkedAssembly[] {
12
+ new LinkedAssembly { Fullname = "TapSDK.RelationLite.Runtime" },
13
+ new LinkedAssembly { Fullname = "TapSDK.RelationLite.Mobile.Runtime" }
14
+ };
15
+
16
+ public override Func<BuildReport, bool> IsTargetPlatform => (report) => {
17
+ return BuildTargetUtils.IsSupportMobile(report.summary.platform);
18
+ };
19
+ }
20
+ }
@@ -73,6 +73,6 @@ namespace TapSDK.RelationLite
73
73
  TapTapRelationLiteManager.Instance.UnregisterRelationLiteCallback(callback);
74
74
  }
75
75
 
76
- public static readonly string Version = "4.8.4-beta.0";
76
+ public static readonly string Version = "4.8.4";
77
77
  }
78
78
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "name": "com.taptap.sdk.relationlite",
3
- "displayName": "TapTapSDK RelationLite",
4
- "description": "TapTapSDK RelationLite",
5
- "version": "4.8.4-beta.0",
6
- "unity": "2019.4",
7
- "license": "MIT",
8
- "dependencies": {
9
- "com.taptap.sdk.core": "4.8.4-beta.0",
10
- "com.taptap.sdk.login": "4.8.4-beta.0"
11
- }
2
+ "name": "com.taptap.sdk.relationlite",
3
+ "displayName": "TapTapSDK RelationLite",
4
+ "description": "TapTapSDK RelationLite",
5
+ "version": "4.8.4-beta.2",
6
+ "unity": "2020.3.0f1",
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "com.taptap.sdk.core": "4.8.4-beta.2",
10
+ "com.taptap.sdk.login": "4.8.4-beta.2"
11
+ }
12
12
  }
package/link.xml DELETED
@@ -1,4 +0,0 @@
1
- <linker>
2
- <assembly fullname="TapSDK.RelationLite.Runtime" preserve="all" />
3
- <assembly fullname="TapSDK.RelationLite.Mobile.Runtime" preserve="all" />
4
- </linker>
package/link.xml.meta DELETED
@@ -1,7 +0,0 @@
1
- fileFormatVersion: 2
2
- guid: 6f176596941d543658a353eaafe88d81
3
- TextScriptImporter:
4
- externalObjects: {}
5
- userData:
6
- assetBundleName:
7
- assetBundleVariant: