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" /> <source-file src="src/ios/Plugins/AppDelegate+JPush.m" />
<header-file src="src/ios/lib/JPUSHService.h" /> <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" /> <resource-file src="src/ios/JPushConfig.plist" />
<framework src="CFNetwork.framework" weak="true" /> <framework src="CFNetwork.framework" weak="true" />

View File

@ -9,7 +9,7 @@
* Copyright (c) 2011 ~ 2017 Shenzhen HXHG. All rights reserved. * 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> #import <Foundation/Foundation.h>
@ -456,7 +456,7 @@ callbackSelector:(SEL)cbSelector
* *
* SDK : Info. , . * SDK : Info. , .
* *
* : Debug, . * SDK启动后调用本接口: Debug, .
*/ */
+ (void)setDebugMode; + (void)setDebugMode;