mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-01-19 13:52:49 +08:00
update jpush to 3.0.5
This commit is contained in:
parent
e4d8752065
commit
50588d593c
@ -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" />
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user