Skip to content

Commit 3022c10

Browse files
committed
升级iOS jcore501 , 修改 JCore.podsepc JCoreRN.podsepc. 更新插件版本号为 2.2.7
1 parent 5747345 commit 3022c10

12 files changed

Lines changed: 13 additions & 13 deletions

File tree

JCore.podspec renamed to JCoreRN.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pjson = JSON.parse(File.read('package.json'))
33

44
Pod::Spec.new do |s|
55

6-
s.name = "JCore"
6+
s.name = "JCoreRN"
77
s.version = pjson["version"]
88
s.homepage = pjson["homepage"]
99
s.summary = pjson["description"]

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-
6283FF522D390D1A003A8199 /* jcore-ios-4.9.0.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6283FF512D390D1A003A8199 /* jcore-ios-4.9.0.xcframework */; };
12+
624D3A382DB78EBC00C8C3C0 /* jcore-ios-5.0.1.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 624D3A372DB78EBC00C8C3C0 /* jcore-ios-5.0.1.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-
6283FF512D390D1A003A8199 /* jcore-ios-4.9.0.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = "jcore-ios-4.9.0.xcframework"; sourceTree = "<group>"; };
32+
624D3A372DB78EBC00C8C3C0 /* jcore-ios-5.0.1.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = "jcore-ios-5.0.1.xcframework"; sourceTree = "<group>"; };
3333
/* End PBXFileReference section */
3434

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

ios/jcore-ios-4.9.0.xcframework/Info.plist renamed to ios/jcore-ios-5.0.1.xcframework/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@
88
<key>HeadersPath</key>
99
<string>Headers</string>
1010
<key>LibraryIdentifier</key>
11-
<string>ios-arm64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
13-
<string>libJCoreM.a</string>
13+
<string>libJCore.a</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
1920
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2023
</dict>
2124
<dict>
2225
<key>HeadersPath</key>
2326
<string>Headers</string>
2427
<key>LibraryIdentifier</key>
25-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2629
<key>LibraryPath</key>
27-
<string>libJCoreM.a</string>
30+
<string>libJCore.a</string>
2831
<key>SupportedArchitectures</key>
2932
<array>
3033
<string>arm64</string>
31-
<string>x86_64</string>
3234
</array>
3335
<key>SupportedPlatform</key>
3436
<string>ios</string>
35-
<key>SupportedPlatformVariant</key>
36-
<string>simulator</string>
3737
</dict>
3838
</array>
3939
<key>CFBundlePackageType</key>

ios/jcore-ios-4.9.0.xcframework/ios-arm64/Headers/JGCOREAPI.h renamed to ios/jcore-ios-5.0.1.xcframework/ios-arm64/Headers/JGCOREAPI.h

File renamed without changes.

ios/jcore-ios-4.9.0.xcframework/ios-arm64/Headers/JGInforCollectionAuth.h renamed to ios/jcore-ios-5.0.1.xcframework/ios-arm64/Headers/JGInforCollectionAuth.h

File renamed without changes.

ios/jcore-ios-4.9.0.xcframework/ios-arm64/PrivacyInfo.xcprivacy renamed to ios/jcore-ios-5.0.1.xcframework/ios-arm64/PrivacyInfo.xcprivacy

File renamed without changes.
7.52 MB
Binary file not shown.

ios/jcore-ios-4.9.0.xcframework/ios-arm64_x86_64-simulator/Headers/JGCOREAPI.h renamed to ios/jcore-ios-5.0.1.xcframework/ios-arm64_x86_64-simulator/Headers/JGCOREAPI.h

File renamed without changes.

ios/jcore-ios-4.9.0.xcframework/ios-arm64_x86_64-simulator/Headers/JGInforCollectionAuth.h renamed to ios/jcore-ios-5.0.1.xcframework/ios-arm64_x86_64-simulator/Headers/JGInforCollectionAuth.h

File renamed without changes.

ios/jcore-ios-4.9.0.xcframework/ios-arm64_x86_64-simulator/PrivacyInfo.xcprivacy renamed to ios/jcore-ios-5.0.1.xcframework/ios-arm64_x86_64-simulator/PrivacyInfo.xcprivacy

File renamed without changes.

0 commit comments

Comments
 (0)