update to ios sdk to 3.1.1

This commit is contained in:
huangminlinux
2018-10-26 10:37:51 +08:00
parent 529f08df88
commit 45785a569c
4 changed files with 31 additions and 4 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.6">
version="3.4.7">
<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.1.0.a" framework="true" />
<source-file src="src/ios/lib/jpush-ios-3.1.1.a" framework="true" />
<resource-file src="src/ios/JPushConfig.plist" />
<framework src="CFNetwork.framework" weak="true" />