Skip to content

Commit b565073

Browse files
author
MO
committed
code cleanup
1 parent f4bc31a commit b565073

File tree

4 files changed

+411
-25
lines changed

4 files changed

+411
-25
lines changed

config.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,12 @@
7676
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
7777
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
7878
</platform>
79-
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
80-
<plugin name="cordova-plugin-whitelist" spec="1.3.1" />
81-
<plugin name="cordova-plugin-statusbar" spec="https://github.com/apache/cordova-plugin-statusbar.git" />
82-
<plugin name="cordova-plugin-device" spec="1.1.4" />
83-
<plugin name="cordova-plugin-splashscreen" spec="~4.0.1" />
84-
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.11" />
79+
<engine name="ios" spec="^4.4.0" />
80+
<plugin name="cordova-plugin-device" spec="^1.1.4" />
8581
<plugin name="cordova-plugin-geolocation" spec="^2.4.3" />
82+
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.16" />
83+
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
84+
<plugin name="cordova-plugin-statusbar" spec="git+https://github.com/apache/cordova-plugin-statusbar.git" />
85+
<plugin name="cordova-plugin-whitelist" spec="^1.3.1" />
86+
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
8687
</widget>

0 commit comments

Comments
 (0)