|
1 |
| -<?xml version="1.0" encoding="UTF-8" ?> |
2 |
| -<widget xmlns = "http://www.w3.org/ns/widgets" |
3 |
| - xmlns:gap = "http://phonegap.com/ns/1.0" |
4 |
| - id = "com.seedship.remake" |
5 |
| - android-versionCode = "10" |
6 |
| - version = "0.9.22" > |
7 |
| -<preference name="orientation" value="portrait" /> |
8 |
| -<preference name="DisallowOverscroll" value="true" /> |
9 |
| -<platform name="android"> |
10 |
| - <icon src="res/icon/android/ldpi.png" density="ldpi" /> |
11 |
| - <icon src="res/icon/android/mdpi.png" density="mdpi" /> |
12 |
| - <icon src="res/icon/android/hdpi.png" density="hdpi" /> |
13 |
| - <icon src="res/icon/android/xhdpi.png" density="xhdpi" /> |
14 |
| -</platform> |
15 |
| -<!-- versionCode is optional and Android only --> |
16 |
| - |
17 |
| - <name>Seedship: Relaunch</name> |
18 |
| - |
19 |
| - <description> |
20 |
| - Unofficial fan-remake of Seedship game by John Ayliff |
21 |
| - </description> |
22 |
| - <preference name="android-minSdkVersion" value="17" /> |
23 |
| - < author href= "" email= "[email protected]"> |
24 |
| - Einharr |
25 |
| - </author> |
26 |
| - <content src="index.html" /> |
27 |
| -</widget> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.seedship.remake" android-versionCode="10" version="0.9.23"> |
| 3 | + <preference name="orientation" value="portrait"/> |
| 4 | + <preference name="DisallowOverscroll" value="true"/> |
| 5 | + <platform name="android"> |
| 6 | + <icon src="res/icon/android/ldpi.png" density="ldpi"/> |
| 7 | + <icon src="res/icon/android/mdpi.png" density="mdpi"/> |
| 8 | + <icon src="res/icon/android/hdpi.png" density="hdpi"/> |
| 9 | + <icon src="res/icon/android/xhdpi.png" density="xhdpi"/> |
| 10 | + </platform> |
| 11 | + <!-- versionCode is optional and Android only --> |
| 12 | + <name>Seedship: Relaunch</name> |
| 13 | + <description> |
| 14 | + Unofficial fan-remake of Seedship game by John Ayliff |
| 15 | + </description> |
| 16 | + <preference name="android-minSdkVersion" value="17"/> |
| 17 | + < author href= "" email= "[email protected]"> |
| 18 | + Einharr |
| 19 | + </author> |
| 20 | + <content src="index.html"/> |
| 21 | +</widget> |
0 commit comments