mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-02-07 19:32:51 +08:00
change iOS sdk from v1.8.2 to 1.8.3
This commit is contained in:
parent
5836cac41f
commit
79d0b5e037
@ -29,7 +29,7 @@
|
|||||||
<source-file src="src/ios/Plugins/JPushPlugin.m"/>
|
<source-file src="src/ios/Plugins/JPushPlugin.m"/>
|
||||||
|
|
||||||
<header-file src="src/ios/lib/APService.h" />
|
<header-file src="src/ios/lib/APService.h" />
|
||||||
<source-file src="src/ios/lib/libPushSDK-1.8.2.a" framework="true" />
|
<source-file src="src/ios/lib/libPushSDK-1.8.3.a" framework="true" />
|
||||||
|
|
||||||
<resource-file src="src/ios/PushConfig.plist" />
|
<resource-file src="src/ios/PushConfig.plist" />
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
//
|
//
|
||||||
// Created by JPush on 12-8-15.
|
// Created by JPush on 12-8-15.
|
||||||
// Copyright (c) 2012年 HXHG. All rights reserved.
|
// Copyright (c) 2012年 HXHG. All rights reserved.
|
||||||
// Version: 1.8.2
|
// Version: 1.8.3
|
||||||
|
|
||||||
@class CLRegion;
|
@class CLRegion;
|
||||||
@class UILocalNotification;
|
@class UILocalNotification;
|
||||||
@ -155,12 +155,6 @@ extern NSString *const kJPFServiceErrorNotification; // 错误提示
|
|||||||
|
|
||||||
+ (void)resetBadge;
|
+ (void)resetBadge;
|
||||||
|
|
||||||
#pragma - mark 获取用户标示符
|
|
||||||
/**
|
|
||||||
* get the UDID
|
|
||||||
*/
|
|
||||||
+ (NSString *)openUDID DEPRECATED_ATTRIBUTE; // UDID
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* get RegistrationID
|
* get RegistrationID
|
||||||
*/
|
*/
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user