Skip to content

Commit

Permalink
update ios sdk to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
huangminlinux committed Apr 17, 2017
1 parent 12069ce commit b395e29
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions ios/RCTJPushModule/RCTJPushModule.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
objects = {

/* Begin PBXBuildFile section */
623D05811EA4D29100F31FBE /* jpush-ios-3.0.5.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 623D057F1EA4D29100F31FBE /* jpush-ios-3.0.5.a */; };
624386D71E096B8800F69E07 /* RCTJPushActionQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 624386D21E096B8800F69E07 /* RCTJPushActionQueue.m */; };
624386D81E096B8800F69E07 /* RCTJPushModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 624386D41E096B8800F69E07 /* RCTJPushModule.m */; };
62C31E331E52FCE700AC54A4 /* jpush-ios-3.0.2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 62C31E321E52FCE700AC54A4 /* jpush-ios-3.0.2.a */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -25,21 +25,21 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
623D057F1EA4D29100F31FBE /* jpush-ios-3.0.5.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "jpush-ios-3.0.5.a"; sourceTree = "<group>"; };
623D05801EA4D29100F31FBE /* JPUSHService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JPUSHService.h; sourceTree = "<group>"; };
624386D11E096B8800F69E07 /* RCTJPushActionQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushActionQueue.h; sourceTree = "<group>"; };
624386D21E096B8800F69E07 /* RCTJPushActionQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJPushActionQueue.m; sourceTree = "<group>"; };
624386D31E096B8800F69E07 /* RCTJPushModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTJPushModule.h; sourceTree = "<group>"; };
624386D41E096B8800F69E07 /* RCTJPushModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTJPushModule.m; sourceTree = "<group>"; };
6280980A1CEDC407000D3A81 /* libRCTJPushModule.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTJPushModule.a; sourceTree = BUILT_PRODUCTS_DIR; };
6281BE1F1E23BA4600594B25 /* JPUSHService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JPUSHService.h; sourceTree = "<group>"; };
62C31E321E52FCE700AC54A4 /* jpush-ios-3.0.2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "jpush-ios-3.0.2.a"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
628098071CEDC407000D3A81 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
62C31E331E52FCE700AC54A4 /* jpush-ios-3.0.2.a in Frameworks */,
623D05811EA4D29100F31FBE /* jpush-ios-3.0.5.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -65,8 +65,8 @@
6280980C1CEDC407000D3A81 /* RCTJPushModule */ = {
isa = PBXGroup;
children = (
62C31E321E52FCE700AC54A4 /* jpush-ios-3.0.2.a */,
6281BE1F1E23BA4600594B25 /* JPUSHService.h */,
623D057F1EA4D29100F31FBE /* jpush-ios-3.0.5.a */,
623D05801EA4D29100F31FBE /* JPUSHService.h */,
624386D11E096B8800F69E07 /* RCTJPushActionQueue.h */,
624386D21E096B8800F69E07 /* RCTJPushActionQueue.m */,
624386D31E096B8800F69E07 /* RCTJPushModule.h */,
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions ios/RCTJPushModule/RCTJPushModule/JPUSHService.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Copyright (c) 2011 ~ 2017 Shenzhen HXHG. All rights reserved.
*/

#define JPUSH_VERSION_NUMBER 3.0.2
#define JPUSH_VERSION_NUMBER 3.0.5

#import <Foundation/Foundation.h>

Expand Down Expand Up @@ -456,7 +456,7 @@ callbackSelector:(SEL)cbSelector
*
* SDK 默认开启的日志级别为: Info. 只显示必要的信息, 不打印调试日志.
*
* 调用本接口可打开日志级别为: Debug, 打印调试日志.
* 请在SDK启动后调用本接口,调用本接口可打开日志级别为: Debug, 打印调试日志.
*/
+ (void)setDebugMode;

Expand Down
Binary file not shown.

0 comments on commit b395e29

Please sign in to comment.