|
1 | 1 | <?xml version='1.0' encoding='utf-8'?> |
2 | | -<widget id="io.ark.wallet.mobile" version="1.5.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
| 2 | +<widget id="io.ark.wallet.mobile" version="1.5.5" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
3 | 3 | <name>Ark Mobile</name> |
4 | 4 | <description>ARK</description> |
5 | 5 | <author email="lucio@ark.io" href="http://ark.io/">Ark Ecosystem</author> |
|
15 | 15 | <preference name="fullscreen" value="false" /> |
16 | 16 | <preference name="UseSwiftLanguageVersion" value="5" /> |
17 | 17 | <preference name="android-minSdkVersion" value="19" /> |
18 | | - <preference name="android-targetSdkVersion" value="26" /> |
| 18 | + <preference name="android-targetSdkVersion" value="28" /> |
19 | 19 | <preference name="BackupWebStorage" value="none" /> |
20 | 20 | <preference name="SplashMaintainAspectRatio" value="true" /> |
21 | 21 | <preference name="BackgroundColor" value="0xffedf2f5" /> |
|
28 | 28 | <preference name="KeyboardDisplayRequiresUserAction" value="false" /> |
29 | 29 | <preference name="KeyboardResizeMode" value="native" /> |
30 | 30 | <platform name="android"> |
| 31 | + <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android"> |
| 32 | + <application android:usesCleartextTraffic="true" /> |
| 33 | + </edit-config> |
31 | 34 | <preference name="android-manifest/application/activity/@android:windowSoftInputMode" value="adjustPan" /> |
32 | 35 | <allow-intent href="market:*" /> |
33 | 36 | <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" /> |
|
84 | 87 | <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" /> |
85 | 88 | <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" /> |
86 | 89 | <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" /> |
| 90 | + <icon height="20" src="resources/ios/icon/icon-20.png" width="20" /> |
| 91 | + <icon height="40" src="resources/ios/icon/icon-20@2x.png" width="40" /> |
| 92 | + <icon height="60" src="resources/ios/icon/icon-20@3x.png" width="60" /> |
| 93 | + <icon height="29" src="resources/ios/icon/icon-29.png" width="29" /> |
| 94 | + <icon height="58" src="resources/ios/icon/icon-29@2x.png" width="58" /> |
| 95 | + <icon height="87" src="resources/ios/icon/icon-29@3x.png" width="87" /> |
| 96 | + <icon height="48" src="resources/ios/icon/icon-24@2x.png" width="48" /> |
| 97 | + <icon height="55" src="resources/ios/icon/icon-27.5@2x.png" width="55" /> |
| 98 | + <icon height="88" src="resources/ios/icon/icon-44@2x.png" width="88" /> |
| 99 | + <icon height="172" src="resources/ios/icon/icon-86@2x.png" width="172" /> |
| 100 | + <icon height="196" src="resources/ios/icon/icon-98@2x.png" width="196" /> |
| 101 | + <splash height="2436" src="resources/ios/splash/Default-2436h.png" width="1125" /> |
| 102 | + <splash height="1125" src="resources/ios/splash/Default-Landscape-2436h.png" width="2436" /> |
87 | 103 | </platform> |
88 | 104 | <feature name="StatusBar"> |
89 | 105 | <param name="ios-package" onload="true" value="CDVStatusBar" /> |
|
92 | 108 | <param name="ios-package" value="CDVWKWebViewEngine" /> |
93 | 109 | </feature> |
94 | 110 | <allow-navigation href="http://localhost:8080/*" /> |
95 | | - <plugin name="cordova-plugin-whitelist" spec="^1.3.3" /> |
96 | | - <plugin name="cordova-plugin-qrscanner" spec="^2.6.0" /> |
97 | | - <plugin name="cordova-custom-config" spec="^5.0.2" /> |
98 | | - <plugin name="cordova-plugin-console" spec="^1.1.0" /> |
99 | | - <plugin name="cordova-plugin-network-information" spec="^2.0.1" /> |
100 | | - <plugin name="cordova-plugin-splashscreen" spec="^5.0.2" /> |
101 | | - <plugin name="cordova-plugin-screen-orientation" spec="^3.0.1" /> |
| 111 | + <plugin name="cordova-plugin-whitelist" spec="^1.3.4" /> |
| 112 | + <plugin name="cordova-plugin-qrscanner" spec="^3.0.1" /> |
| 113 | + <plugin name="cordova-custom-config" spec="^5.1.0" /> |
| 114 | + <plugin name="cordova-plugin-network-information" spec="^2.0.2" /> |
| 115 | + <plugin name="cordova-plugin-splashscreen" spec="^5.0.3" /> |
| 116 | + <plugin name="cordova-plugin-screen-orientation" spec="^3.0.2" /> |
102 | 117 | <plugin name="cordova-plugin-add-swift-support" spec="^1.7.2" /> |
103 | | - <plugin name="cordova-plugin-device" spec="^2.0.2" /> |
104 | | - <plugin name="cordova-plugin-statusbar" spec="^2.4.2" /> |
105 | | - <plugin name="cordova-plugin-vibration" spec="^3.1.0" /> |
106 | | - <plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" /> |
107 | | - <plugin name="cordova-clipboard" spec="^1.2.1" /> |
108 | | - <plugin name="cordova-plugin-x-socialsharing" spec="^5.4.3" /> |
109 | | - <plugin name="cordova-plugin-ionic-keyboard" spec="^2.1.3" /> |
| 118 | + <plugin name="cordova-plugin-device" spec="^2.0.3" /> |
| 119 | + <plugin name="cordova-plugin-statusbar" spec="^2.4.3" /> |
| 120 | + <plugin name="cordova-plugin-vibration" spec="^3.1.1" /> |
| 121 | + <plugin name="cordova-plugin-inappbrowser" spec="^3.1.0" /> |
| 122 | + <plugin name="cordova-clipboard" spec="^1.3.0" /> |
| 123 | + <plugin name="cordova-plugin-x-socialsharing" spec="^5.6.0"> |
| 124 | + <variable name="PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION" value="This app requires photo library access to function properly." /> |
| 125 | + <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="This app requires photo library access to function properly." /> |
| 126 | + <variable name="ANDROID_SUPPORT_V4_VERSION" value="24.1.1+" /> |
| 127 | + </plugin> |
| 128 | + <plugin name="cordova-plugin-ionic-keyboard" spec="^2.2.0" /> |
110 | 129 | <plugin name="cordova-sqlite-storage" spec="git+https://github.com/litehelpers/Cordova-sqlite-storage.git" /> |
111 | 130 | <engine name="ios" spec="5.0.1" /> |
112 | | - <engine name="browser" spec="^5.0.4" /> |
113 | | - <engine name="android" spec="7.1.2" /> |
| 131 | + <engine name="android" spec="8.1.0" /> |
114 | 132 | </widget> |
0 commit comments