cordova-plugin-xinstall 1.7.4 → 1.7.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-plugin-xinstall",
3
- "version": "1.7.4",
3
+ "version": "1.7.6",
4
4
  "description": "Xinstall 为了用户更方便的接入SDK,基于原生SDK封装的CordovaSDK",
5
5
  "cordova": {
6
6
  "id": "cordova-plugin-xinstall",
Binary file
@@ -10,7 +10,7 @@
10
10
  #import <AdServices/AAAttribution.h>
11
11
  #endif
12
12
 
13
- NSString * const XinstallThirdVersion = @"XINSTALL_THIRDSDKVERSION_1.7.4_THIRDSDKVERSION_XINSTALL";
13
+ NSString * const XinstallThirdVersion = @"XINSTALL_THIRDSDKVERSION_1.7.6_THIRDSDKVERSION_XINSTALL";
14
14
  NSString * const XinstallThirdPlatform = @"XINSTALL_THIRDPLATFORM_CORDOVA_THIRDPLATFORM_XINSTALL";
15
15
 
16
16
  @interface CDVXinstall()
@@ -385,7 +385,7 @@ NSString * const XinstallThirdPlatform = @"XINSTALL_THIRDPLATFORM_CORDOVA_THIRDP
385
385
 
386
386
  #pragma mark - version methods
387
387
  - (NSString *)xiSdkThirdVersion {
388
- return @"1.7.4";
388
+ return @"1.7.6";
389
389
  }
390
390
 
391
391
  - (NSInteger)xiSdkType {
@@ -14,6 +14,7 @@
14
14
  extern NSString * _Nonnull const XinstallAppKey;
15
15
  extern NSString * _Nonnull const XinstallBaseServiceURL;
16
16
  extern NSString * _Nonnull const XinstallVersion;
17
+ extern NSString * _Nonnull const XinstallNetworkCheck;
17
18
 
18
19
  #ifdef DEBUG
19
20
  #define XINNULLSAFE_ENABLED 1
@@ -1,4 +1,4 @@
1
- // 1.7.4
1
+ // 1.7.6
2
2
  // XinstallSDK.h
3
3
  // XinstallSDK
4
4
  //
Binary file