|
2 | 2 | <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" |
3 | 3 | xmlns:android="http://schemas.android.com/apk/res/android" |
4 | 4 | id="jpush-phonegap-plugin" |
5 | | - version="3.0.3"> |
| 5 | + version="3.1.0"> |
6 | 6 |
|
7 | 7 | <name>JPush Plugin</name> |
8 | 8 | <description>JPush for cordova plugin</description> |
|
18 | 18 |
|
19 | 19 | <!-- dependencies --> |
20 | 20 | <dependency id="cordova-plugin-device" /> |
| 21 | + <dependency id="cordova-plugin-jcore" /> |
21 | 22 |
|
22 | 23 | <js-module src="www/JPushPlugin.js" name="JPushPlugin"> |
23 | 24 | <clobbers target="JPush" /> |
|
38 | 39 |
|
39 | 40 | <header-file src="src/ios/lib/JPUSHService.h" /> |
40 | 41 | <source-file src="src/ios/lib/jpush-ios-3.0.2.a" framework="true" /> |
41 | | - <source-file src="src/ios/lib/jcore-ios-1.1.1.a" framework="true" /> |
42 | 42 | <resource-file src="src/ios/JPushConfig.plist" /> |
43 | 43 |
|
44 | 44 | <framework src="CFNetwork.framework" weak="true" /> |
|
180 | 180 | </config-file> |
181 | 181 |
|
182 | 182 | <source-file src="src/android/libs/jpush-android_v3.0.1.jar" target-dir="libs" /> |
183 | | - <source-file src="src/android/libs/jcore-android_v1.1.0.jar" target-dir="libs" /> |
184 | | - <source-file src="src/android/libs/armeabi/libjcore110.so" target-dir="libs/armeabi" /> |
185 | | - <source-file src="src/android/libs/armeabi-v7a/libjcore110.so" target-dir="libs/armeabi-v7a" /> |
186 | | - <source-file src="src/android/libs/arm64-v8a/libjcore110.so" target-dir="libs/arm64-v8a" /> |
187 | | - <source-file src="src/android/libs/x86/libjcore110.so" target-dir="libs/x86" /> |
188 | | - <source-file src="src/android/libs/x86_64/libjcore110.so" target-dir="libs/x86_64" /> |
189 | 183 |
|
190 | 184 | <source-file src="src/android/MyReceiver.java" target-dir="src/cn/jpush/phonegap" /> |
191 | 185 | <source-file src="src/android/JPushPlugin.java" target-dir="src/cn/jpush/phonegap" /> |
|
0 commit comments