update jpush to 3.0.5

This commit is contained in:
huangminlinux
2017-05-03 16:33:15 +08:00
parent e4d8752065
commit 50588d593c
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
<source-file src="src/ios/Plugins/AppDelegate+JPush.m" />
<header-file src="src/ios/lib/JPUSHService.h" />
<source-file src="src/ios/lib/jpush-ios-3.0.2.a" framework="true" />
<source-file src="src/ios/lib/jpush-ios-3.0.5.a" framework="true" />
<resource-file src="src/ios/JPushConfig.plist" />
<framework src="CFNetwork.framework" weak="true" />

View File

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