jcore-react-native 2.1.9 → 2.2.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.
Files changed (17) hide show
  1. package/android/libs/jcore-android-4.7.0.jar +0 -0
  2. package/ios/RCTJCoreModule/jcore-ios-4.7.0.xcframework/ios-arm64/Headers/JGCOREAPI.h +19 -0
  3. package/ios/RCTJCoreModule/{jcore-ios-4.6.2.xcframework → jcore-ios-4.7.0.xcframework}/ios-arm64/libJCoreM.a +0 -0
  4. package/ios/RCTJCoreModule/jcore-ios-4.7.0.xcframework/ios-arm64_x86_64-simulator/Headers/JGCOREAPI.h +19 -0
  5. package/ios/RCTJCoreModule/{jcore-ios-4.6.2.xcframework → jcore-ios-4.7.0.xcframework}/ios-arm64_x86_64-simulator/libJCoreM.a +0 -0
  6. package/ios/RCTJCoreModule.xcodeproj/project.pbxproj +4 -4
  7. package/ios/RCTJCoreModule.xcodeproj/project.xcworkspace/xcuserdata/huangshuni.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  8. package/ios/RCTJCoreModule.xcodeproj/project.xcworkspace/xcuserdata/shunihuang.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  9. package/ios/RCTJCoreModule.xcodeproj/xcuserdata/huangshuni.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
  10. package/ios/RCTJCoreModule.xcodeproj/xcuserdata/shunihuang.xcuserdatad/xcschemes/xcschememanagement.plist +14 -0
  11. package/package.json +1 -1
  12. package/android/libs/jcore-android-4.5.7.jar +0 -0
  13. /package/ios/RCTJCoreModule/{jcore-ios-4.6.2.xcframework → jcore-ios-4.7.0.xcframework}/Info.plist +0 -0
  14. /package/ios/RCTJCoreModule/{jcore-ios-4.6.2.xcframework → jcore-ios-4.7.0.xcframework}/ios-arm64/Headers/JGInforCollectionAuth.h +0 -0
  15. /package/ios/RCTJCoreModule/{jcore-ios-4.6.2.xcframework → jcore-ios-4.7.0.xcframework}/ios-arm64/PrivacyInfo.xcprivacy +0 -0
  16. /package/ios/RCTJCoreModule/{jcore-ios-4.6.2.xcframework → jcore-ios-4.7.0.xcframework}/ios-arm64_x86_64-simulator/Headers/JGInforCollectionAuth.h +0 -0
  17. /package/ios/RCTJCoreModule/{jcore-ios-4.6.2.xcframework → jcore-ios-4.7.0.xcframework}/ios-arm64_x86_64-simulator/PrivacyInfo.xcprivacy +0 -0
@@ -0,0 +1,19 @@
1
+ //
2
+ // JGCOREService.h
3
+ // JCore
4
+ //
5
+ // Created by Shuni Huang on 2024/3/19.
6
+ // Copyright © 2024 jiguang. All rights reserved.
7
+ //
8
+
9
+ #import <Foundation/Foundation.h>
10
+
11
+ NS_ASSUME_NONNULL_BEGIN
12
+
13
+ @interface JGCOREAPI : NSObject
14
+
15
+ + (void)ci:(BOOL)enable;
16
+
17
+ @end
18
+
19
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,19 @@
1
+ //
2
+ // JGCOREService.h
3
+ // JCore
4
+ //
5
+ // Created by Shuni Huang on 2024/3/19.
6
+ // Copyright © 2024 jiguang. All rights reserved.
7
+ //
8
+
9
+ #import <Foundation/Foundation.h>
10
+
11
+ NS_ASSUME_NONNULL_BEGIN
12
+
13
+ @interface JGCOREAPI : NSObject
14
+
15
+ + (void)ci:(BOOL)enable;
16
+
17
+ @end
18
+
19
+ NS_ASSUME_NONNULL_END
@@ -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
- 623F02B22BDA179B0041AD17 /* jcore-ios-4.6.2.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 623F02B12BDA179B0041AD17 /* jcore-ios-4.6.2.xcframework */; };
12
+ 6247B13A2C378CA0007C856A /* jcore-ios-4.7.0.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6247B1392C378CA0007C856A /* jcore-ios-4.7.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
- 623F02B12BDA179B0041AD17 /* jcore-ios-4.6.2.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = "jcore-ios-4.6.2.xcframework"; path = "RCTJCoreModule/jcore-ios-4.6.2.xcframework"; sourceTree = "<group>"; };
32
+ 6247B1392C378CA0007C856A /* jcore-ios-4.7.0.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = "jcore-ios-4.7.0.xcframework"; path = "RCTJCoreModule/jcore-ios-4.7.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
- 623F02B22BDA179B0041AD17 /* jcore-ios-4.6.2.xcframework in Frameworks */,
40
+ 6247B13A2C378CA0007C856A /* jcore-ios-4.7.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
- 623F02B12BDA179B0041AD17 /* jcore-ios-4.6.2.xcframework */,
50
+ 6247B1392C378CA0007C856A /* jcore-ios-4.7.0.xcframework */,
51
51
  );
52
52
  name = Frameworks;
53
53
  sourceTree = "<group>";
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>SchemeUserState</key>
6
+ <dict>
7
+ <key>RCTJCoreModule.xcscheme_^#shared#^_</key>
8
+ <dict>
9
+ <key>orderHint</key>
10
+ <integer>0</integer>
11
+ </dict>
12
+ </dict>
13
+ </dict>
14
+ </plist>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version="1.0">
4
+ <dict>
5
+ <key>SchemeUserState</key>
6
+ <dict>
7
+ <key>RCTJCoreModule.xcscheme_^#shared#^_</key>
8
+ <dict>
9
+ <key>orderHint</key>
10
+ <integer>0</integer>
11
+ </dict>
12
+ </dict>
13
+ </dict>
14
+ </plist>
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.1.9",
8
+ "version" : "2.2.1",
9
9
  "repository" : {
10
10
  "type": "git",
11
11
  "url": "https://github.com/jpush/jcore-react-native"