-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
41 lines (41 loc) · 2.26 KB
/
config.xml
File metadata and controls
41 lines (41 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version='1.0' encoding='utf-8'?>
<widget id="marm.mobile.phyimulation" version="0.2.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Phyimulation</name>
<description>
Physics simulation (phyimulation) simulates a sphere on a smartphone's display with different physical effects applied.
</description>
<author email="armbrustermartin@googlemail.com" href="https://github.com/HansMartinA">
Martin Armbruster
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<platform name="android">
<splash density="port-ldpi" src="res/icon/android/splash.png" />
<splash density="port-mdpi" src="res/icon/android/splash.png" />
<splash density="port-hdpi" src="res/icon/android/splash.png" />
<splash density="port-xhdpi" src="res/icon/android/splash.png" />
<splash density="port-xxhdpi" src="res/icon/android/splash.png" />
<splash density="port-xxxhdpi" src="res/icon/android/splash.png" />
<icon density="ldpi" src="res/icon/android/ldpi.png" />
<icon density="mdpi" src="res/icon/android/mdpi.png" />
<icon density="hdpi" src="res/icon/android/hdpi.png" />
<icon density="xhdpi" src="res/icon/android/xhdpi.png" />
<icon density="xxhdpi" src="res/icon/android/xxhdpi.png" />
<icon density="xxxhdpi" src="res/icon/android/xxxhdpi.png" />
<preference name="SplashMaintainAspectRatio" value="true" />
</platform>
<platform name="ios">
</platform>
<plugin name="cordova-plugin-device-motion" spec="^1.2.5" />
<plugin name="cordova-plugin-vibration" spec="^2.1.6" />
<preference name="Orientation" value="portrait" />
<preference name="SplashScreenDelay" value="1500" />
<preference name="ShowSplashScreenSpinner" value="false" />
<plugin name="cordova-plugin-insomnia" spec="https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-globalization" spec="^1.0.9" />
<engine name="android" spec="^7.0.0" />
<engine name="browser" spec="^5.0.3" />
<engine name="windows" spec="^5.0.0" />
<engine name="ios" spec="^4.5.4" />
</widget>