update ios jpush sdk to 3.1.0

This commit is contained in:
huangminlinux
2018-07-31 17:12:05 +08:00
parent 0677094086
commit bdaeb5dbec
5 changed files with 25 additions and 9 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="jpush-phonegap-plugin"
version="3.4.2">
version="3.4.3">
<name>JPush</name>
<description>JPush for cordova plugin</description>
@@ -48,7 +48,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.7.a" framework="true" />
<source-file src="src/ios/lib/jpush-ios-3.1.0.a" framework="true" />
<resource-file src="src/ios/JPushConfig.plist" />
<framework src="CFNetwork.framework" weak="true" />