Skip to content

Commit 05e0b07

Browse files
committed
更新插件版本到2.3.4,SDK版本升级到5.3.0
1 parent 04a2b2a commit 05e0b07

14 files changed

Lines changed: 13 additions & 6 deletions

File tree

android/build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@ android {
2020
}
2121
}
2222

23+
repositories {
24+
flatDir {
25+
dirs 'libs'
26+
}
27+
}
28+
2329
dependencies {
24-
implementation fileTree(dir: 'libs', include: ['*.jar'])
30+
// 支持 JAR 和 AAR 两种格式
31+
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
2532
implementation 'com.facebook.react:react-native:+'
2633
}
-915 KB
Binary file not shown.
1.58 MB
Binary file not shown.

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-
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 */; };
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-
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>"; };
3333
/* End PBXFileReference section */
3434

3535
/* Begin PBXFrameworksBuildPhase section */
3636
6212E9B11F3990DC00BDF51A /* Frameworks */ = {
3737
isa = PBXFrameworksBuildPhase;
3838
buildActionMask = 2147483647;
3939
files = (
40-
62A780B02EA728CB0065922E /* jcore-ios-5.2.1.xcframework in Frameworks */,
40+
62A780B02EA728CB0065922E /* jcore-ios-5.3.0.xcframework in Frameworks */,
4141
);
4242
runOnlyForDeploymentPostprocessing = 0;
4343
};
@@ -47,7 +47,7 @@
4747
5CE8168A22FC0295007D710C /* Frameworks */ = {
4848
isa = PBXGroup;
4949
children = (
50-
62A780AF2EA728CB0065922E /* jcore-ios-5.2.1.xcframework */,
50+
62A780AF2EA728CB0065922E /* jcore-ios-5.3.0.xcframework */,
5151
);
5252
name = Frameworks;
5353
sourceTree = "<group>";

ios/RCTJCoreModule/jcore-ios-5.2.1.xcframework/Info.plist renamed to ios/RCTJCoreModule/jcore-ios-5.3.0.xcframework/Info.plist

File renamed without changes.

ios/RCTJCoreModule/jcore-ios-5.2.1.xcframework/ios-arm64/Headers/JGCOREAPI.h renamed to ios/RCTJCoreModule/jcore-ios-5.3.0.xcframework/ios-arm64/Headers/JGCOREAPI.h

File renamed without changes.

ios/RCTJCoreModule/jcore-ios-5.2.1.xcframework/ios-arm64/Headers/JGInforCollectionAuth.h renamed to ios/RCTJCoreModule/jcore-ios-5.3.0.xcframework/ios-arm64/Headers/JGInforCollectionAuth.h

File renamed without changes.

ios/RCTJCoreModule/jcore-ios-5.2.1.xcframework/ios-arm64/PrivacyInfo.xcprivacy renamed to ios/RCTJCoreModule/jcore-ios-5.3.0.xcframework/ios-arm64/PrivacyInfo.xcprivacy

File renamed without changes.

ios/RCTJCoreModule/jcore-ios-5.2.1.xcframework/ios-arm64/libJCore.a renamed to ios/RCTJCoreModule/jcore-ios-5.3.0.xcframework/ios-arm64/libJCore.a

7.44 MB
Binary file not shown.

ios/RCTJCoreModule/jcore-ios-5.2.1.xcframework/ios-arm64_x86_64-simulator/Headers/JGCOREAPI.h renamed to ios/RCTJCoreModule/jcore-ios-5.3.0.xcframework/ios-arm64_x86_64-simulator/Headers/JGCOREAPI.h

File renamed without changes.

0 commit comments

Comments
 (0)