Skip to content

Commit ebf6218

Browse files
committed
iOS 更新版本为4.7.0 ,修改插件版本号为2.2.0
1 parent 6416b2f commit ebf6218

File tree

11 files changed

+43
-5
lines changed

11 files changed

+43
-5
lines changed

ios/RCTJCoreModule.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* Begin PBXBuildFile section */
1010
08166A7B27EC622A00C7233B /* RCTJCoreModule.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6212E9EF1F3991D500BDF51A /* RCTJCoreModule.h */; };
1111
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 */; };
1313
/* End PBXBuildFile section */
1414

1515
/* Begin PBXCopyFilesBuildPhase section */
@@ -29,15 +29,15 @@
2929
6212E9B41F3990DC00BDF51A /* libRCTJCoreModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTJCoreModule.a; sourceTree = BUILT_PRODUCTS_DIR; };
3030
6212E9EF1F3991D500BDF51A /* RCTJCoreModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJCoreModule.h; sourceTree = "<group>"; };
3131
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>"; };
3333
/* End PBXFileReference section */
3434

3535
/* Begin PBXFrameworksBuildPhase section */
3636
6212E9B11F3990DC00BDF51A /* Frameworks */ = {
3737
isa = PBXFrameworksBuildPhase;
3838
buildActionMask = 2147483647;
3939
files = (
40-
623F02B22BDA179B0041AD17 /* jcore-ios-4.6.2.xcframework in Frameworks */,
40+
6247B13A2C378CA0007C856A /* jcore-ios-4.7.0.xcframework in Frameworks */,
4141
);
4242
runOnlyForDeploymentPostprocessing = 0;
4343
};
@@ -47,7 +47,7 @@
4747
5CE8168A22FC0295007D710C /* Frameworks */ = {
4848
isa = PBXGroup;
4949
children = (
50-
623F02B12BDA179B0041AD17 /* jcore-ios-4.6.2.xcframework */,
50+
6247B1392C378CA0007C856A /* jcore-ios-4.7.0.xcframework */,
5151
);
5252
name = Frameworks;
5353
sourceTree = "<group>";
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 commit comments

Comments
 (0)