com.taptap.sdk.relation 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.
@@ -33,8 +33,7 @@ public class BuildPostProcessor
33
33
  "com.taptap.sdk.relation",
34
34
  "Relation",
35
35
  new[] { "TapTapRelationResource.bundle" },
36
- target, projPath, proj,
37
- "TapTapRelationSDK"))
36
+ target, projPath, proj))
38
37
  {
39
38
  UnityEngine.Debug.Log("TapRelation add Bundle Success!");
40
39
  }
@@ -44,8 +43,7 @@ public class BuildPostProcessor
44
43
  "com.taptap.sdk.profile",
45
44
  "Profile",
46
45
  new[] { "TapTapProfileResource.bundle" },
47
- target, projPath, proj,
48
- "TapTapProfileSDK"))
46
+ target, projPath, proj))
49
47
  {
50
48
  UnityEngine.Debug.Log("TapProfile add Bundle Success!");
51
49
  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-unity:4.8.4-beta.0"/>
7
+ <androidPackage spec="com.taptap.sdk:tap-relation-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="TapTapRelationSDK" version="4.8.4-beta.0"/>
13
+ <iosPod addToAllTargets="false" bitcodeEnabled="false" name="TapTapSDK/Relation" version="4.8.4" />
14
14
  </iosPods>
15
15
  </dependencies>
@@ -1,24 +1,24 @@
1
- using System;
2
- using UnityEditor.Build.Reporting;
3
- using TapSDK.Core.Editor;
4
-
5
- namespace TapSDK.Relation.Mobile.Editor {
6
- /// <summary>
7
- /// 处理 TapSDK Relation 模块在移动平台的构建过程
8
- /// 确保正确的程序集被包含在构建中
9
- /// </summary>
10
- public class TapRelationMobileProcessBuild : SDKLinkProcessBuild {
11
- public override int callbackOrder => 0;
12
-
13
- public override string LinkPath => "TapSDK/Relation/link.xml";
14
-
15
- public override LinkedAssembly[] LinkedAssemblies => new LinkedAssembly[] {
16
- new LinkedAssembly { Fullname = "TapSDK.Relation.Runtime" },
17
- new LinkedAssembly { Fullname = "TapSDK.Relation.Mobile.Runtime" }
18
- };
19
-
20
- public override Func<BuildReport, bool> IsTargetPlatform => (report) => {
21
- return BuildTargetUtils.IsSupportMobile(report.summary.platform);
22
- };
23
- }
24
- }
1
+ using System;
2
+ using UnityEditor.Build.Reporting;
3
+ using TapSDK.Core.Editor;
4
+
5
+ namespace TapSDK.Relation.Mobile.Editor {
6
+ /// <summary>
7
+ /// 处理 TapSDK Relation 模块在移动平台的构建过程
8
+ /// 确保正确的程序集被包含在构建中
9
+ /// </summary>
10
+ public class TapRelationMobileProcessBuild : SDKLinkProcessBuild {
11
+ public override int callbackOrder => 0;
12
+
13
+ public override string LinkPath => "TapSDK/Relation/link.xml";
14
+
15
+ public override LinkedAssembly[] LinkedAssemblies => new LinkedAssembly[] {
16
+ new LinkedAssembly { Fullname = "TapSDK.Relation.Runtime" },
17
+ new LinkedAssembly { Fullname = "TapSDK.Relation.Mobile.Runtime" }
18
+ };
19
+
20
+ public override Func<BuildReport, bool> IsTargetPlatform => (report) => {
21
+ return BuildTargetUtils.IsSupportMobile(report.summary.platform);
22
+ };
23
+ }
24
+ }
@@ -71,7 +71,7 @@ namespace TapSDK.Relation
71
71
  }
72
72
 
73
73
 
74
- public static readonly string Version = "4.8.4-beta.0";
74
+ public static readonly string Version = "4.8.4";
75
75
 
76
76
 
77
77
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
- "name": "com.taptap.sdk.relation",
3
- "displayName": "TapTapSDK Relation",
4
- "description": "TapTapSDK Relation",
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.relation",
3
+ "displayName": "TapTapSDK Relation",
4
+ "description": "TapTapSDK Relation",
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.Relation.Runtime" preserve="all" />
3
- <assembly fullname="TapSDK.Relation.Mobile.Runtime" preserve="all" />
4
- </linker>
package/link.xml.meta DELETED
@@ -1,7 +0,0 @@
1
- fileFormatVersion: 2
2
- guid: f0d2bc2bcde654698845a477d78518b8
3
- TextScriptImporter:
4
- externalObjects: {}
5
- userData:
6
- assetBundleName:
7
- assetBundleVariant: