From 3498c6a5e788571b06aa2f5bbf4cac50d837ec1c Mon Sep 17 00:00:00 2001 From: huangshuni <15889638723@163.com> Date: Tue, 11 Apr 2023 16:58:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90ios=E3=80=91fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/RCTJPushModule.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ios/RCTJPushModule.xcodeproj/project.pbxproj b/ios/RCTJPushModule.xcodeproj/project.pbxproj index e45756ef..f01a2a8a 100644 --- a/ios/RCTJPushModule.xcodeproj/project.pbxproj +++ b/ios/RCTJPushModule.xcodeproj/project.pbxproj @@ -7,7 +7,7 @@ objects = { /* Begin PBXBuildFile section */ - 5AF3669125870DFD00A57061 /* libjpush-ios-3.3.6.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5AF3669025870DFD00A57061 /* libjpush-ios-3.3.6.a */; }; + 2A47130F29E5589500E9C3D7 /* libjpush-ios-5.0.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A47130E29E5589500E9C3D7 /* libjpush-ios-5.0.0.a */; }; 5C103CA7236041E7000AD3DA /* RCTJPushEventQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C103CA6236041E7000AD3DA /* RCTJPushEventQueue.m */; }; 624386D81E096B8800F69E07 /* RCTJPushModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 624386D41E096B8800F69E07 /* RCTJPushModule.m */; }; /* End PBXBuildFile section */ @@ -25,7 +25,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 5AF3669025870DFD00A57061 /* libjpush-ios-3.3.6.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libjpush-ios-3.3.6.a"; path = "RCTJPushModule/libjpush-ios-3.3.6.a"; sourceTree = ""; }; + 2A47130E29E5589500E9C3D7 /* libjpush-ios-5.0.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libjpush-ios-5.0.0.a"; path = "RCTJPushModule/libjpush-ios-5.0.0.a"; sourceTree = ""; }; 5C103CA5236041E7000AD3DA /* RCTJPushEventQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushEventQueue.h; sourceTree = ""; }; 5C103CA6236041E7000AD3DA /* RCTJPushEventQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJPushEventQueue.m; sourceTree = ""; }; 624386D31E096B8800F69E07 /* RCTJPushModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushModule.h; sourceTree = ""; }; @@ -39,7 +39,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5AF3669125870DFD00A57061 /* libjpush-ios-3.3.6.a in Frameworks */, + 2A47130F29E5589500E9C3D7 /* libjpush-ios-5.0.0.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -49,7 +49,7 @@ 5CF8E647231E3A9200B12200 /* Frameworks */ = { isa = PBXGroup; children = ( - 5AF3669025870DFD00A57061 /* libjpush-ios-3.3.6.a */, + 2A47130E29E5589500E9C3D7 /* libjpush-ios-5.0.0.a */, ); name = Frameworks; sourceTree = "";