jcore-react-native 2.3.2 → 2.3.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.
Files changed (16) hide show
  1. package/android/build.gradle +8 -1
  2. package/android/libs/jcore-android-5.3.0.aar +0 -0
  3. package/ios/RCTJCoreModule/RCTJCoreModule.m +1 -1
  4. package/ios/RCTJCoreModule/{jcore-ios-5.2.1.xcframework → jcore-ios-5.3.0.xcframework}/ios-arm64/libJCore.a +0 -0
  5. package/ios/RCTJCoreModule/{jcore-ios-5.2.1.xcframework → jcore-ios-5.3.0.xcframework}/ios-arm64_x86_64-simulator/libJCore.a +0 -0
  6. package/ios/RCTJCoreModule.xcodeproj/project.pbxproj +4 -4
  7. package/ios/RCTJCoreModule.xcodeproj/project.xcworkspace/xcuserdata/shunihuang.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  8. package/package.json +1 -1
  9. package/android/libs/jcore-android-5.2.0.jar +0 -0
  10. /package/ios/RCTJCoreModule/{jcore-ios-5.2.1.xcframework → jcore-ios-5.3.0.xcframework}/Info.plist +0 -0
  11. /package/ios/RCTJCoreModule/{jcore-ios-5.2.1.xcframework → jcore-ios-5.3.0.xcframework}/ios-arm64/Headers/JGCOREAPI.h +0 -0
  12. /package/ios/RCTJCoreModule/{jcore-ios-5.2.1.xcframework → jcore-ios-5.3.0.xcframework}/ios-arm64/Headers/JGInforCollectionAuth.h +0 -0
  13. /package/ios/RCTJCoreModule/{jcore-ios-5.2.1.xcframework → jcore-ios-5.3.0.xcframework}/ios-arm64/PrivacyInfo.xcprivacy +0 -0
  14. /package/ios/RCTJCoreModule/{jcore-ios-5.2.1.xcframework → jcore-ios-5.3.0.xcframework}/ios-arm64_x86_64-simulator/Headers/JGCOREAPI.h +0 -0
  15. /package/ios/RCTJCoreModule/{jcore-ios-5.2.1.xcframework → jcore-ios-5.3.0.xcframework}/ios-arm64_x86_64-simulator/Headers/JGInforCollectionAuth.h +0 -0
  16. /package/ios/RCTJCoreModule/{jcore-ios-5.2.1.xcframework → jcore-ios-5.3.0.xcframework}/ios-arm64_x86_64-simulator/PrivacyInfo.xcprivacy +0 -0
@@ -20,7 +20,14 @@ android {
20
20
  }
21
21
  }
22
22
 
23
+ repositories {
24
+ flatDir {
25
+ dirs 'libs'
26
+ }
27
+ }
28
+
23
29
  dependencies {
24
- implementation fileTree(dir: 'libs', include: ['*.jar'])
30
+ // 支持 JAR AAR 两种格式
31
+ implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
25
32
  implementation 'com.facebook.react:react-native:+'
26
33
  }
@@ -16,7 +16,7 @@
16
16
  RCT_EXPORT_MODULE(JCoreModule);
17
17
 
18
18
  #pragma mark --- 设备信息采集授权接口(合规接口)
19
- RCT_EXPORT_METHOD(setAuth: (BOOL *)enable)
19
+ RCT_EXPORT_METHOD(setAuth: (BOOL )enable)
20
20
  {
21
21
  JgLog("JCollectionAuth %d",enable);
22
22
  __block BOOL isAuth= enable;
@@ -9,7 +9,7 @@
9
9
  /* Begin PBXBuildFile section */
10
10
  08166A7B27EC622A00C7233B /* RCTJCoreModule.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6212E9EF1F3991D500BDF51A /* RCTJCoreModule.h */; };
11
11
  6212E9F11F3991D500BDF51A /* RCTJCoreModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6212E9F01F3991D500BDF51A /* RCTJCoreModule.m */; };
12
- 62A780B02EA728CB0065922E /* jcore-ios-5.2.1.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62A780AF2EA728CB0065922E /* jcore-ios-5.2.1.xcframework */; };
12
+ 62A780B02EA728CB0065922E /* jcore-ios-5.3.0.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 62A780AF2EA728CB0065922E /* jcore-ios-5.3.0.xcframework */; };
13
13
  /* End PBXBuildFile section */
14
14
 
15
15
  /* Begin PBXCopyFilesBuildPhase section */
@@ -29,7 +29,7 @@
29
29
  6212E9B41F3990DC00BDF51A /* libRCTJCoreModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTJCoreModule.a; sourceTree = BUILT_PRODUCTS_DIR; };
30
30
  6212E9EF1F3991D500BDF51A /* RCTJCoreModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJCoreModule.h; sourceTree = "<group>"; };
31
31
  6212E9F01F3991D500BDF51A /* RCTJCoreModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJCoreModule.m; sourceTree = "<group>"; };
32
- 62A780AF2EA728CB0065922E /* jcore-ios-5.2.1.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = "jcore-ios-5.2.1.xcframework"; path = "RCTJCoreModule/jcore-ios-5.2.1.xcframework"; sourceTree = "<group>"; };
32
+ 62A780AF2EA728CB0065922E /* jcore-ios-5.3.0.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = "jcore-ios-5.3.0.xcframework"; path = "RCTJCoreModule/jcore-ios-5.3.0.xcframework"; sourceTree = "<group>"; };
33
33
  /* End PBXFileReference section */
34
34
 
35
35
  /* Begin PBXFrameworksBuildPhase section */
@@ -37,7 +37,7 @@
37
37
  isa = PBXFrameworksBuildPhase;
38
38
  buildActionMask = 2147483647;
39
39
  files = (
40
- 62A780B02EA728CB0065922E /* jcore-ios-5.2.1.xcframework in Frameworks */,
40
+ 62A780B02EA728CB0065922E /* jcore-ios-5.3.0.xcframework in Frameworks */,
41
41
  );
42
42
  runOnlyForDeploymentPostprocessing = 0;
43
43
  };
@@ -47,7 +47,7 @@
47
47
  5CE8168A22FC0295007D710C /* Frameworks */ = {
48
48
  isa = PBXGroup;
49
49
  children = (
50
- 62A780AF2EA728CB0065922E /* jcore-ios-5.2.1.xcframework */,
50
+ 62A780AF2EA728CB0065922E /* jcore-ios-5.3.0.xcframework */,
51
51
  );
52
52
  name = Frameworks;
53
53
  sourceTree = "<group>";
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "author" : "wicked.tc130",
6
6
  "license" : "ISC",
7
7
  "main" : "index.js",
8
- "version" : "2.3.2",
8
+ "version" : "2.3.4",
9
9
  "repository" : {
10
10
  "type": "git",
11
11
  "url": "https://github.com/jpush/jcore-react-native"