com.xd.sdk.oversea 7.0.0 → 7.0.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.
- package/Plugins/iOS/XDGlobalWrapper.framework/Headers/XDGlobalWrapper-Swift.h +3 -1
- package/Plugins/iOS/XDGlobalWrapper.framework/Headers/XDGlobalWrapper.h +3 -3
- package/Plugins/iOS/XDGlobalWrapper.framework/Info.plist +0 -0
- package/Plugins/iOS/XDGlobalWrapper.framework/Modules/XDGlobalWrapper.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/Plugins/iOS/XDGlobalWrapper.framework/Modules/XDGlobalWrapper.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/Plugins/iOS/XDGlobalWrapper.framework/Modules/XDGlobalWrapper.swiftmodule/arm64-apple-ios.swiftmodule +0 -0
- package/Plugins/iOS/XDGlobalWrapper.framework/XDGlobalWrapper +0 -0
- package/package.json +2 -2
- /package/Plugins/Android/libs/{XDGPushGlobal_7.0.0.aar → XDGPushGlobal_7.0.1.aar} +0 -0
- /package/Plugins/Android/libs/{XDGPushGlobal_7.0.0.aar.meta → XDGPushGlobal_7.0.1.aar.meta} +0 -0
- /package/Plugins/Android/libs/{XDGThirdLogin_7.0.0.aar → XDGThirdLogin_7.0.1.aar} +0 -0
- /package/Plugins/Android/libs/{XDGThirdLogin_7.0.0.aar.meta → XDGThirdLogin_7.0.1.aar.meta} +0 -0
- /package/Plugins/Android/libs/{XDGThirdTrack_7.0.0.aar → XDGThirdTrack_7.0.1.aar} +0 -0
- /package/Plugins/Android/libs/{XDGThirdTrack_7.0.0.aar.meta → XDGThirdTrack_7.0.1.aar.meta} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#if 0
|
|
2
2
|
#elif defined(__arm64__) && __arm64__
|
|
3
|
-
// Generated by Apple Swift version 6.
|
|
3
|
+
// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
|
|
4
4
|
#ifndef XDGLOBALWRAPPER_SWIFT_H
|
|
5
5
|
#define XDGLOBALWRAPPER_SWIFT_H
|
|
6
6
|
#pragma clang diagnostic push
|
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
# if __has_include(<uchar.h>)
|
|
66
66
|
# include <uchar.h>
|
|
67
67
|
# elif !defined(__cplusplus)
|
|
68
|
+
typedef unsigned char char8_t;
|
|
68
69
|
typedef uint_least16_t char16_t;
|
|
69
70
|
typedef uint_least32_t char32_t;
|
|
70
71
|
# endif
|
|
@@ -301,6 +302,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
|
301
302
|
#endif
|
|
302
303
|
|
|
303
304
|
#if defined(__OBJC__)
|
|
305
|
+
|
|
304
306
|
#endif
|
|
305
307
|
#if __has_attribute(external_source_symbol)
|
|
306
308
|
# pragma clang attribute pop
|
|
@@ -15,6 +15,6 @@ FOUNDATION_EXPORT const unsigned char XDGlobalWrapperVersionString[];
|
|
|
15
15
|
|
|
16
16
|
// In this header, you should import all the public headers of your framework using statements like #import <XDGlobalWrapper/PublicHeader.h>
|
|
17
17
|
|
|
18
|
-
#define XDGlobal_VERSION @"7.0.
|
|
19
|
-
#define XDGlobal_VERSION_CODE @"
|
|
20
|
-
// HASH
|
|
18
|
+
#define XDGlobal_VERSION @"7.0.2"
|
|
19
|
+
#define XDGlobal_VERSION_CODE @"7000020"
|
|
20
|
+
// HASH ed74f1fb
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "com.xd.sdk.oversea",
|
|
3
3
|
"displayName": "XDGSDK Oversea",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.2",
|
|
5
5
|
"description": "XDGSDK",
|
|
6
6
|
"unity": "2019.3",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.xd.sdk.common": "7.0.
|
|
9
|
+
"com.xd.sdk.common": "7.0.2"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|