com.taptap.sdk.core 4.5.5 → 4.6.1-beta.1
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.
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
<repositories>
|
|
5
5
|
<repository>https://repo.maven.apache.org/maven2</repository>
|
|
6
6
|
</repositories>
|
|
7
|
-
<androidPackage spec="com.taptap.sdk:tap-core-unity:4.
|
|
7
|
+
<androidPackage spec="com.taptap.sdk:tap-core-unity:4.6.1-beta.1"/>
|
|
8
8
|
</androidPackages>
|
|
9
9
|
<iosPods>
|
|
10
10
|
<sources>
|
|
11
11
|
<source>https://github.com/CocoaPods/Specs.git</source>
|
|
12
12
|
</sources>
|
|
13
|
-
<iosPod name="TapTapCoreSDK" version="~> 4.5.
|
|
13
|
+
<iosPod name="TapTapCoreSDK" version="~> 4.5.2" bitcodeEnabled="false" addToAllTargets="false"/>
|
|
14
14
|
</iosPods>
|
|
15
15
|
</dependencies>
|
|
@@ -88,6 +88,11 @@ namespace TapSDK.Core
|
|
|
88
88
|
/// 是否开启日志,Release 版本请设置为 false
|
|
89
89
|
/// </summary>
|
|
90
90
|
public bool enableLog = false;
|
|
91
|
+
|
|
92
|
+
/// <summary>
|
|
93
|
+
/// 屏幕方向:0-竖屏 1-横屏
|
|
94
|
+
/// </summary>
|
|
95
|
+
public int screenOrientation = 0;
|
|
91
96
|
|
|
92
97
|
[JsonProperty("moduleName")]
|
|
93
98
|
private string _moduleName = "TapTapSDKCore";
|
package/link.xml.meta
CHANGED