Skip to content

Commit f72ce67

Browse files
authored
Merge pull request #818 from yukirin000/master
iOS 3.3.6 / android 3.8.6
2 parents c1e8f5c + 087d379 commit f72ce67

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
-267 KB
Binary file not shown.
421 KB
Binary file not shown.

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+
5AF3669125870DFD00A57061 /* libjpush-ios-3.3.6.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5AF3669025870DFD00A57061 /* libjpush-ios-3.3.6.a */; };
1011
5C103CA7236041E7000AD3DA /* RCTJPushEventQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C103CA6236041E7000AD3DA /* RCTJPushEventQueue.m */; };
11-
5C1C7A0C23BB2C20007436B2 /* libjpush-ios-3.2.8.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C1C7A0B23BB2C20007436B2 /* libjpush-ios-3.2.8.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+
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>"; };
2829
5C103CA5236041E7000AD3DA /* RCTJPushEventQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushEventQueue.h; sourceTree = "<group>"; };
2930
5C103CA6236041E7000AD3DA /* RCTJPushEventQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJPushEventQueue.m; sourceTree = "<group>"; };
30-
5C1C7A0B23BB2C20007436B2 /* libjpush-ios-3.2.8.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libjpush-ios-3.2.8.a"; path = "RCTJPushModule/libjpush-ios-3.2.8.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-
5C1C7A0C23BB2C20007436B2 /* libjpush-ios-3.2.8.a in Frameworks */,
42+
5AF3669125870DFD00A57061 /* libjpush-ios-3.3.6.a in Frameworks */,
4343
);
4444
runOnlyForDeploymentPostprocessing = 0;
4545
};
@@ -49,7 +49,7 @@
4949
5CF8E647231E3A9200B12200 /* Frameworks */ = {
5050
isa = PBXGroup;
5151
children = (
52-
5C1C7A0B23BB2C20007436B2 /* libjpush-ios-3.2.8.a */,
52+
5AF3669025870DFD00A57061 /* libjpush-ios-3.3.6.a */,
5353
);
5454
name = Frameworks;
5555
sourceTree = "<group>";
-6.65 MB
Binary file not shown.
11.2 MB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "index.d.ts",
77
"license": "ISC",
88
"author": "wicked.tc130",
9-
"version": "2.8.1",
9+
"version": "2.8.2",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/jpush/jpush-react-native"

0 commit comments

Comments
 (0)