Skip to content

Commit

Permalink
Merge pull request #912 from huangshuni/master
Browse files Browse the repository at this point in the history
【ios】fix
  • Loading branch information
huangshuni committed Apr 11, 2023
2 parents 462a1b4 + 3498c6a commit d44d379
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ios/RCTJPushModule.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -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 = "<group>"; };
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 = "<group>"; };
5C103CA5236041E7000AD3DA /* RCTJPushEventQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushEventQueue.h; sourceTree = "<group>"; };
5C103CA6236041E7000AD3DA /* RCTJPushEventQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJPushEventQueue.m; sourceTree = "<group>"; };
624386D31E096B8800F69E07 /* RCTJPushModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushModule.h; sourceTree = "<group>"; };
Expand All @@ -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;
};
Expand All @@ -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 = "<group>";
Expand Down

0 comments on commit d44d379

Please sign in to comment.