Skip to content

Commit

Permalink
Merge pull request #67 from huangshuni/master
Browse files Browse the repository at this point in the history
iOS 更新SDK到4.4.0
  • Loading branch information
huangshuni authored Sep 22, 2023
2 parents 0cad7e6 + ea42785 commit ceaf4ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/RCTJCoreModule.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/* Begin PBXBuildFile section */
08166A7B27EC622A00C7233B /* RCTJCoreModule.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6212E9EF1F3991D500BDF51A /* RCTJCoreModule.h */; };
2A47130D29E5582800E9C3D7 /* libjcore-ios-4.2.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A47130C29E5582800E9C3D7 /* libjcore-ios-4.2.0.a */; };
620241712ABD434700D71FBD /* libjcore-ios-4.4.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 620241702ABD434700D71FBD /* libjcore-ios-4.4.0.a */; };
6212E9F11F3991D500BDF51A /* RCTJCoreModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 6212E9F01F3991D500BDF51A /* RCTJCoreModule.m */; };
/* End PBXBuildFile section */

Expand All @@ -27,7 +27,7 @@

/* Begin PBXFileReference section */
08166A7C27EC628200C7233B /* Lib */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Lib; sourceTree = "<group>"; };
2A47130C29E5582800E9C3D7 /* libjcore-ios-4.2.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libjcore-ios-4.2.0.a"; path = "RCTJCoreModule/libjcore-ios-4.2.0.a"; sourceTree = "<group>"; };
620241702ABD434700D71FBD /* libjcore-ios-4.4.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libjcore-ios-4.4.0.a"; path = "RCTJCoreModule/libjcore-ios-4.4.0.a"; sourceTree = "<group>"; };
6212E9B41F3990DC00BDF51A /* libRCTJCoreModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTJCoreModule.a; sourceTree = BUILT_PRODUCTS_DIR; };
6212E9EF1F3991D500BDF51A /* RCTJCoreModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJCoreModule.h; sourceTree = "<group>"; };
6212E9F01F3991D500BDF51A /* RCTJCoreModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJCoreModule.m; sourceTree = "<group>"; };
Expand All @@ -38,7 +38,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2A47130D29E5582800E9C3D7 /* libjcore-ios-4.2.0.a in Frameworks */,
620241712ABD434700D71FBD /* libjcore-ios-4.4.0.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -48,7 +48,7 @@
5CE8168A22FC0295007D710C /* Frameworks */ = {
isa = PBXGroup;
children = (
2A47130C29E5582800E9C3D7 /* libjcore-ios-4.2.0.a */,
620241702ABD434700D71FBD /* libjcore-ios-4.4.0.a */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down
Binary file not shown.

0 comments on commit ceaf4ed

Please sign in to comment.