Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Commit 61a1c53

Browse files
committed
Added some notes, deploy to android, and output the current touch
1 parent 970aa21 commit 61a1c53

File tree

7 files changed

+329
-66
lines changed

7 files changed

+329
-66
lines changed

config.xml

+7-11
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@
1919
<preference name="BackupWebStorage" value="none" />
2020
<preference name="SplashMaintainAspectRatio" value="true" />
2121
<preference name="FadeSplashScreenDuration" value="300" />
22-
23-
<!--
24-
Change these to configure how the splashscreen displays and fades in/out.
25-
More info here: https://github.com/apache/cordova-plugin-splashscreen
26-
-->
2722
<preference name="SplashShowOnlyFirstTime" value="false" />
2823
<preference name="SplashScreen" value="screen" />
2924
<preference name="SplashScreenDelay" value="3000" />
@@ -82,10 +77,11 @@
8277
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
8378
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
8479
</platform>
85-
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
86-
<plugin name="cordova-plugin-whitelist" spec="1.3.1" />
87-
<plugin name="cordova-plugin-console" spec="1.0.5" />
88-
<plugin name="cordova-plugin-statusbar" spec="2.2.2" />
89-
<plugin name="cordova-plugin-device" spec="1.1.4" />
90-
<plugin name="cordova-plugin-splashscreen" spec="~4.0.1" />
80+
<engine name="android" spec="^6.2.3" />
81+
<plugin name="cordova-plugin-console" spec="^1.0.5" />
82+
<plugin name="cordova-plugin-device" spec="^1.1.4" />
83+
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
84+
<plugin name="cordova-plugin-statusbar" spec="^2.2.2" />
85+
<plugin name="cordova-plugin-whitelist" spec="^1.3.1" />
86+
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
9187
</widget>

ionic.config.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"name": "picoDeploy",
33
"app_id": "",
44
"type": "ionic-angular",
5-
"integrations": {}
5+
"integrations": {
6+
"cordova": {}
7+
}
68
}

package-lock.json

+239
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)