-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathconfig.xml
More file actions
163 lines (163 loc) · 11.3 KB
/
config.xml
File metadata and controls
163 lines (163 loc) · 11.3 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.toastwallet.core" version="3.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Toast Wallet</name>
<description>
Toast Wallet is an XRP wallet for Android and iOS.
</description>
<author email="support@toastwallet.com" href="https://toastwallet.com">
Toast Wallet
</author>
<content src="index.html" />
<preference name="DisallowOverscroll" value="false" />
<preference name="KeyboardShrinksView" value="true" />
<preference name="BackupWebStorage" value="cloud" />
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
<preference name="SuppressesIncrementalRendering" value="false" />
<preference name="EnableViewportScale" value="true" />
<preference name="phonegap-version" value="cli-7.0.1" />
<plugin name="cordova-plugin-clipboard-v2" value="~0.0.4" />
<plugin name="cordova-plugin-camera" source="npm" spec="~2.1.1" />
<plugin name="cordova-plugin-device" spec="~2.0.2" />
<plugin name="cordova-plugin-dialogs" source="npm" spec="~1.2.0" />
<plugin name="cordova-plugin-network-information" source="npm" spec="~1.2.0" />
<plugin name="cordova-plugin-statusbar" source="npm" spec="~2.1.2" />
<plugin name="cordova-plugin-whitelist" source="npm" spec="~1.2.1" />
<hook src="hooks/all_before_build" type="before_build" />
<hook src="hooks/all_before_platform_add" type="before_platform_add" />
<platform name="android">
<hook src="hooks/android_before_compile" type="before_compile" />
<icon density="ldpi" src="www/res/icon/android/drawable-ldpi-icon.png" />
<icon density="mdpi" src="www/res/icon/android/drawable-mdpi-icon.png" />
<icon density="hdpi" src="www/res/icon/android/drawable-hdpi-icon.png" />
<icon density="xhdpi" src="www/res/icon/android/drawable-xhdpi-icon.png" />
<icon density="xxhdpi" src="www/res/icon/android/drawable-xxhdpi-icon.png" />
<icon density="xxxhdpi" src="www/res/icon/android/drawable-xxxhdpi-icon.png" />
<splash density="land-ldpi" src="www/res/screen/android/drawable-land-ldpi-screen.png" />
<splash density="land-mdpi" src="www/res/screen/android/drawable-land-mdpi-screen.png" />
<splash density="land-hdpi" src="www/res/screen/android/drawable-land-hdpi-screen.png" />
<splash density="land-xhdpi" src="www/res/screen/android/drawable-land-xhdpi-screen.png" />
<splash density="land-xxhdpi" src="www/res/screen/android/drawable-land-xxhdpi-screen.png" />
<splash density="land-xxxhdpi" src="www/res/screen/android/drawable-land-xxxhdpi-screen.png" />
<splash density="port-ldpi" src="www/res/screen/android/drawable-port-ldpi-screen.png" />
<splash density="port-mdpi" src="www/res/screen/android/drawable-port-mdpi-screen.png" />
<splash density="port-hdpi" src="www/res/screen/android/drawable-port-hdpi-screen.png" />
<splash density="port-xhdpi" src="www/res/screen/android/drawable-port-xhdpi-screen.png" />
<splash density="port-xxhdpi" src="www/res/screen/android/drawable-port-xxhdpi-screen.png" />
<splash density="port-xxxhdpi" src="www/res/screen/android/drawable-port-xxxhdpi-screen.png" />
</platform>
<platform name="ios">
<icon height="76" src="www/res/icon/ios/AppIcon76x76~ipad.png" width="76" />
<icon height="167" src="www/res/icon/ios/AppIcon83.5x83.5@2x~ipad.png" width="167" />
<icon height="57" src="www/res/icon/ios/icon.png" width="57" />
<icon height="114" src="www/res/icon/ios/icon@2x.png" width="114" />
<icon height="40" src="www/res/icon/ios/icon-40.png" width="40" />
<icon height="80" src="www/res/icon/ios/icon-40@2x.png" width="80" />
<icon height="50" src="www/res/icon/ios/icon-50.png" width="50" />
<icon height="100" src="www/res/icon/ios/icon-50@2x.png" width="100" />
<icon height="60" src="www/res/icon/ios/icon-60.png" width="60" />
<icon height="120" src="www/res/icon/ios/icon-60@2x.png" width="120" />
<icon height="180" src="www/res/icon/ios/icon-60@3x.png" width="180" />
<icon height="72" src="www/res/icon/ios/icon-72.png" width="72" />
<icon height="144" src="www/res/icon/ios/icon-72@2x.png" width="144" />
<icon height="152" src="www/res/icon/ios/icon-76@2x.png" width="152" />
<icon height="29" src="www/res/icon/ios/icon-small.png" width="29" />
<icon height="58" src="www/res/icon/ios/icon-small@2x.png" width="58" />
<icon height="87" src="www/res/icon/ios/icon-small@3x.png" width="87" />
<icon height="512" src="www/res/icon/ios/iTunesArtwork@1x.png" width="512" />
<icon height="1024" src="www/res/icon/ios/iTunesArtwork@2x.png" width="1024" />
<icon height="1536" src="www/res/icon/ios/iTunesArtwork@3x.png" width="1536" />
<splash height="76" src="www/res/screen/ios/AppIcon76x76~ipad.png" width="76" />
<splash height="167" src="www/res/screen/ios/AppIcon83.5x83.5@2x~ipad.png" width="167" />
<splash height="960" src="www/res/screen/ios/Default@2x~iphone.png" width="640" />
<splash height="480" src="www/res/screen/ios/Default~iphone.png" width="320" />
<splash height="1136" src="www/res/screen/ios/Default-568h@2x~iphone.png" width="640" />
<splash height="1536" src="www/res/screen/ios/Default-Landscape@2x~ipad.png" width="2048" />
<splash height="768" src="www/res/screen/ios/Default-Landscape~ipad.png" width="1024" />
<splash height="2048" src="www/res/screen/ios/Default-Portrait@2x~ipad.png" width="1536" />
<splash height="1024" src="www/res/screen/ios/Default-Portrait~ipad.png" width="768" />
<splash height="1334" src="www/res/screen/ios/iphone6-port.png" width="750" />
<splash height="1334" src="www/res/screen/ios/LaunchImage-800-667h@2x.png" width="750" />
<splash height="1242" src="www/res/screen/ios/LaunchImage-800-Landscape-736h@3x.png" width="2208" />
<splash height="2208" src="www/res/screen/ios/LaunchImage-800-Portrait-736h@3x.png" width="1242" />
<splash src="www/res/screen/ios/Default@2x~iphone~anyany.png" />
<splash src="www/res/screen/ios/Default@2x~iphone~comany.png" />
<splash src="www/res/screen/ios/Default@2x~iphone~comcom.png" />
<splash src="www/res/screen/ios/Default@3x~iphone~anyany.png" />
<splash src="www/res/screen/ios/Default@3x~iphone~anycom.png" />
<splash src="www/res/screen/ios/Default@3x~iphone~comany.png" />
<splash src="www/res/screen/ios/Default@2x~ipad~anyany.png" />
<splash src="www/res/screen/ios/Default@2x~ipad~comany.png" />
</platform>
<platform name="wp8">
<icon height="99" platform="wp8" src="www/res/icon/wp8/ApplicationIcon.png" width="99" />
<icon height="159" platform="wp8" src="www/res/icon/wp8/Background.png" width="159" />
<splash height="1280" platform="wp8" src="www/res/screen/wp8/screen-portrait.jpg" width="768" />
</platform>
<platform name="windows">
<icon height="150" platform="windows" src="www/res/icon/windows/Square150x150Logo.scale-100.png" width="150" />
<icon height="30" platform="windows" src="www/res/icon/windows/Square30x30Logo.scale-100.png" width="30" />
<icon height="50" platform="windows" src="www/res/icon/windows/StoreLogo.scale-100.png" width="50" />
<icon height="120" platform="windows" src="www/res/icon/windows/StoreLogo.scale-240.png" width="120" />
<icon height="44" platform="windows" src="www/res/icon/windows/Square44x44Logo.scale-100.png" width="44" />
<icon height="106" platform="windows" src="www/res/icon/windows/Square44x44Logo.scale-240.png" width="106" />
<icon height="70" platform="windows" src="www/res/icon/windows/Square70x70Logo.scale-100.png" width="70" />
<icon height="71" platform="windows" src="www/res/icon/windows/Square71x71Logo.scale-100.png" width="71" />
<icon height="170" platform="windows" src="www/res/icon/windows/Square71x71Logo.scale-240.png" width="170" />
<icon height="360" platform="windows" src="www/res/icon/windows/Square150x150Logo.scale-240.png" width="360" />
<icon height="310" platform="windows" src="www/res/icon/windows/Square310x310Logo.scale-100.png" width="310" />
<icon height="150" platform="windows" src="www/res/icon/windows/Wide310x150Logo.scale-100.png" width="310" />
<icon height="360" platform="windows" src="www/res/icon/windows/Wide310x150Logo.scale-240.png" width="744" />
</platform>
<access origin="*" />
<access origin="http://phonegap.com" subdomains="true" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<plugin name="cordova-plugin-sqlite-2" spec="~1.0.4" />
<plugin name="cordova-plugin-screen-orientation" spec="~2.0.1" />
<plugin name="cordova-plugin-crosswalk-webview" spec="~2.3.0">
<variable name="XWALK_VERSION" value="23+" />
<variable name="XWALK_LITEVERSION" value="xwalk_core_library_canary:23+" />
<variable name="XWALK_COMMANDLINE" value="-disable-pull-to-refresh-effect" />
<variable name="XWALK_MODE" value="embedded" />
<variable name="XWALK_MULTIPLEAPK" value="true" />
</plugin>
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
<plugin name="cordova-plugin-battery-status" spec="~1.2.4" />
<plugin name="phonegap-plugin-barcodescanner" spec="~6.0.6">
<variable name="CAMERA_USAGE_DESCRIPTION" value="The camera is used to scan QR-codes of XRP ledger addresses" />
</plugin>
<plugin name="cordova-plugin-ios-camera-permissions" spec="~1.2.0">
<variable name="CAMERA_USAGE_DESCRIPTION" value="The camera is used to scan QR-codes of XRP ledger addresses" />
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="The photo library is used to scan QR-codes of XRP ledger addresses" />
</plugin>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<edit-config file="*-Info.plist" mode="merge" overwrite="true" target="NSCameraUsageDescription">
<string>The camera is used to scan QR-codes of XRP ledger addresses</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" overwrite="true" target="NSPhotoLibraryUsageDescription">
<string>The photo library is used to scan QR-codes of XRP ledger addresses</string>
</edit-config>
</platform>
<plugin name="cordova-plugin-openurlext" spec="1.0.1" />
<plugin name="cordova-android-support-gradle-release" spec="~1.4.3">
<variable name="ANDROID_SUPPORT_VERSION" value="23.+" />
</plugin>
<plugin name="cordova-plugin-customurlscheme" spec="4.4.0">
<variable name="URL_SCHEME" value="xrpl" />
<variable name="ANDROID_SCHEME" value=" " />
<variable name="ANDROID_HOST" value=" " />
<variable name="ANDROID_PATHPREFIX" value="/" />
</plugin>
<engine name="browser" spec="5.0.4" />
<engine name="ios" spec="^4.5.5" />
<engine name="android" spec="^6.4.0" />
</widget>