com.xd.sdk.common 6.23.6 → 6.23.7-hotfix.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.
- package/Plugins/Android/libs/XDGCommon_6.23.7.aar +0 -0
- package/Plugins/Android/libs/{XDGCommon_6.23.6.aar.meta → XDGCommon_6.23.7.aar.meta} +1 -1
- package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalRouterSchemes.h +0 -1
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +2 -2
- package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
- package/package.json +2 -2
- package/Plugins/Android/libs/XDGCommon_6.23.6.aar +0 -0
|
Binary file
|
|
@@ -38,7 +38,6 @@ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_FACEBOOK;
|
|
|
38
38
|
FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_LINE;
|
|
39
39
|
FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_TWITTER;
|
|
40
40
|
FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_PHONE;
|
|
41
|
-
FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_REFRESH_TOKEN;
|
|
42
41
|
|
|
43
42
|
|
|
44
43
|
FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_SHARE_QQ;
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "com.xd.sdk.common",
|
|
3
3
|
"displayName": "XDSDK Common",
|
|
4
|
-
"version": "6.23.
|
|
4
|
+
"version": "6.23.7-hotfix.1",
|
|
5
5
|
"description": "XDSDK",
|
|
6
6
|
"unity": "2018.3",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.xd.tds.common": "3.29.
|
|
9
|
+
"com.xd.tds.common": "3.29.6-xd.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
Binary file
|