File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1+ doc /
2+ ionic /
3+ example /
4+ README.md
Original file line number Diff line number Diff line change 1- ### JMessage-ionic demo
1+ ## JMessage-Ionic demo
2+
3+ ### Usage
4+
5+ 在终端下执行如下指令:
6+
7+ ```
8+ ionic cordova platform add [email protected] # 注意如果 [email protected] + 需要指定 android-platform 到 7.0.0+ (因为项目结构有所改变) 9+ ionic cordova platform add ios
10+
11+ ionic cordova run ios
12+ # or ionic cordova run ios --device
13+ ```
214
Original file line number Diff line number Diff line change 2323 "@ionic-native/camera" : " ^4.7.0" ,
2424 "@ionic-native/core" : " 4.3.2" ,
2525 "@ionic-native/file" : " ^4.7.0" ,
26- "@ionic-native/jmessage" : " file:../../../workproject/ionic-native/dist/@ionic-native/jmessage" ,
2726 "@ionic-native/media" : " ^4.7.0" ,
2827 "@ionic-native/splash-screen" : " 4.3.2" ,
2928 "@ionic-native/status-bar" : " 4.3.2" ,
3029 "@ionic/storage" : " 2.1.3" ,
31- "@jiguang-ionic/jmessage" : " file:../../../workproject/ionic-native/dist/@ionic-native/jmessage " ,
30+ "@jiguang-ionic/jmessage" : " 1.0.1 " ,
3231 "cordova-android" : " ^7.0.0" ,
3332 "cordova-ios" : " ^4.5.4" ,
3433 "cordova-plugin-camera" : " ^4.0.3" ,
4342 "ionic-plugin-keyboard" : " ^2.2.1" ,
4443 "ionicons" : " 3.0.0" ,
4544 "jmessage-chenyu" : " ^1.0.9" ,
46- "jmessage-phonegap-plugin" : " file:///Users/HuminiOS/Desktop/workproject/jmessage-phonegap-plugin " ,
45+ "jmessage-phonegap-plugin" : " 3.4.7 " ,
4746 "rxjs" : " 5.5.2" ,
4847 "sw-toolbox" : " 3.6.0" ,
4948 "zone.js" : " 0.8.18"
Original file line number Diff line number Diff line change 11{
22 "name" : " jmessage-phonegap-plugin" ,
3- "version" : " 3.4.6 " ,
3+ "version" : " 3.4.7 " ,
44 "description" : " JMessage Cordova Plugin." ,
55 "cordova" : {
66 "id" : " jmessage-phonegap-plugin" ,
You can’t perform that action at this time.
0 commit comments