Skip to content

Commit b7ecc60

Browse files
committed
iOS 更新SDK为520
1 parent 6caa607 commit b7ecc60

File tree

3 files changed

+59
-56
lines changed

3 files changed

+59
-56
lines changed

ios/RCTJPushModule.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
2A47130F29E5589500E9C3D7 /* libjpush-ios-5.0.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A47130E29E5589500E9C3D7 /* libjpush-ios-5.0.0.a */; };
1110
5C103CA7236041E7000AD3DA /* RCTJPushEventQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C103CA6236041E7000AD3DA /* RCTJPushEventQueue.m */; };
11+
6202416F2ABD3DA900D71FBD /* libjpush-ios-5.2.0.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6202416E2ABD3DA900D71FBD /* libjpush-ios-5.2.0.a */; };
1212
624386D81E096B8800F69E07 /* RCTJPushModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 624386D41E096B8800F69E07 /* RCTJPushModule.m */; };
1313
/* End PBXBuildFile section */
1414

@@ -25,9 +25,9 @@
2525
/* End PBXCopyFilesBuildPhase section */
2626

2727
/* Begin PBXFileReference section */
28-
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>"; };
2928
5C103CA5236041E7000AD3DA /* RCTJPushEventQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushEventQueue.h; sourceTree = "<group>"; };
3029
5C103CA6236041E7000AD3DA /* RCTJPushEventQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJPushEventQueue.m; sourceTree = "<group>"; };
30+
6202416E2ABD3DA900D71FBD /* libjpush-ios-5.2.0.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libjpush-ios-5.2.0.a"; path = "RCTJPushModule/libjpush-ios-5.2.0.a"; sourceTree = "<group>"; };
3131
624386D31E096B8800F69E07 /* RCTJPushModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushModule.h; sourceTree = "<group>"; };
3232
624386D41E096B8800F69E07 /* RCTJPushModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJPushModule.m; sourceTree = "<group>"; };
3333
6280980A1CEDC407000D3A81 /* libRCTJPushModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTJPushModule.a; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -39,7 +39,7 @@
3939
isa = PBXFrameworksBuildPhase;
4040
buildActionMask = 2147483647;
4141
files = (
42-
2A47130F29E5589500E9C3D7 /* libjpush-ios-5.0.0.a in Frameworks */,
42+
6202416F2ABD3DA900D71FBD /* libjpush-ios-5.2.0.a in Frameworks */,
4343
);
4444
runOnlyForDeploymentPostprocessing = 0;
4545
};
@@ -49,7 +49,7 @@
4949
5CF8E647231E3A9200B12200 /* Frameworks */ = {
5050
isa = PBXGroup;
5151
children = (
52-
2A47130E29E5589500E9C3D7 /* libjpush-ios-5.0.0.a */,
52+
6202416E2ABD3DA900D71FBD /* libjpush-ios-5.2.0.a */,
5353
);
5454
name = Frameworks;
5555
sourceTree = "<group>";

0 commit comments

Comments
 (0)