com.xd.sdk.common 6.29.2 → 6.29.4
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.29.4.aar +0 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCloudLogHelper.h +2 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGConfig.h +2 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +3 -3
- package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/agreement.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/de.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/en.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/es.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/fr.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/id.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/images.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/ja.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/ko.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/local.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/pt.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/ru.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/th.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/tr.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/vi.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/zh-Hans.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle/zh-Hant.lproj.meta +8 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDResources.bundle.meta +8 -0
- package/package.json +2 -2
- package/Plugins/Android/libs/XDGCommon_6.29.1.aar +0 -0
- /package/Plugins/Android/libs/{XDGCommon_6.29.1.aar.meta → XDGCommon_6.29.4.aar.meta} +0 -0
|
Binary file
|
|
@@ -112,6 +112,8 @@ typedef NS_ENUM(NSInteger, XDSDKRegionType) {
|
|
|
112
112
|
@property (nonatomic, strong) NSArray *webWhiteList;
|
|
113
113
|
/// 自动注册推送
|
|
114
114
|
@property (nonatomic, assign) BOOL pushAutoInit;
|
|
115
|
+
/// 关闭票据上传
|
|
116
|
+
@property (nonatomic, assign) BOOL disableReceiptUpload;
|
|
115
117
|
|
|
116
118
|
- (BOOL)isCN;
|
|
117
119
|
|
|
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.29.
|
|
4
|
+
"version": "6.29.4",
|
|
5
5
|
"description": "XDSDK",
|
|
6
6
|
"unity": "2018.3",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"com.xd.tds.common": "3.30.
|
|
9
|
+
"com.xd.tds.common": "3.30.2-xd.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
Binary file
|
|
File without changes
|