-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.base.xml
executable file
·78 lines (78 loc) · 5.29 KB
/
config.base.xml
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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.boat.day" version="3.3.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>BoatDay</name>
<description>BoatDay App</description>
<author email="[email protected]" href="http://www.boatdayapp.com">Daniel Costa</author>
<access origin="*" />
<allow-intent href="*" />
<preference name="Orientation" value="portrait" />
<preference name="BackupWebStorage" value="local" />
<preference name="AllowInlineMediaPlayback" value="true" />
<preference name="target-device" value="handset" />
<preference name="DisallowOverscroll" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="StatusBarOverlaysWebView" value="true" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<platform name="ios">
<preference name="deployment-target" value="7.0" />
<icon height="180" src="resources/ios/[email protected]" width="180" />
<icon height="60" src="resources/ios/icon-60.png" width="60" />
<icon height="120" src="resources/ios/[email protected]" width="120" />
<icon height="76" src="resources/ios/icon-76.png" width="76" />
<icon height="152" src="resources/ios/[email protected]" width="152" />
<icon height="40" src="resources/ios/icon-40.png" width="40" />
<icon height="80" src="resources/ios/[email protected]" width="80" />
<icon height="57" src="resources/ios/icon.png" width="57" />
<icon height="114" src="resources/ios/[email protected]" width="114" />
<icon height="72" src="resources/ios/icon-72.png" width="72" />
<icon height="144" src="resources/ios/[email protected]" width="144" />
<icon height="29" src="resources/ios/icon-small.png" width="29" />
<icon height="58" src="resources/ios/[email protected]" width="58" />
<icon height="50" src="resources/ios/icon-50.png" width="50" />
<icon height="100" src="resources/ios/[email protected]" width="100" />
<splash height="480" src="resources/ios/Default~iphone.png" width="320" />
<splash height="960" src="resources/ios/Default@2x~iphone.png" width="640" />
<splash height="1136" src="resources/ios/Default-568h@2x~iphone.png" width="640" />
<splash height="1334" src="resources/ios/Default-667h.png" width="750" />
<splash height="2208" src="resources/ios/Default-736h.png" width="1242" />
</platform>
<platform name="android">
<preference name="android-minSdkVersion" value="19" />
<icon density="hdpi" src="resources/android/icon-hdpi.png" />
<icon density="ldpi" src="resources/android/icon-ldpi.png" />
<icon density="mdpi" src="resources/android/icon-mdpi.png" />
<icon density="xhdpi" src="resources/android/icon-xhdpi.png" />
<icon density="xxhdpi" src="resources/android/icon-xxhdpi.png" />
<icon density="xxxhdpi" src="resources/android/icon-xxxhdpi.png" />
<splash density="port-hdpi" src="resources/android/splash-port-hdpi.png" />
<splash density="port-ldpi" src="resources/android/splash-port-ldpi.png" />
<splash density="port-mdpi" src="resources/android/splash-port-mdpi.png" />
<splash density="port-xhdpi" src="resources/android/splash-port-xhdpi.png" />
<splash density="port-xxhdpi" src="resources/android/splash-port-xxhdpi.png" />
<splash density="port-xxxhdpi" src="resources/android/splash-port-xxhdpi.png" />
</platform>
<plugin name="cordova-plugin-appinfo" spec="pluginsBase/cordova-plugin-appinfo" />
<plugin name="cordova-plugin-camera" spec="pluginsBase/cordova-plugin-camera" />
<plugin name="cordova-plugin-console" spec="pluginsBase/cordova-plugin-console" />
<plugin name="cordova-plugin-customurlscheme" spec="pluginsBase/cordova-plugin-customurlscheme">
<variable name="URL_SCHEME" value="boatday" />
</plugin>
<plugin name="cordova-plugin-dialogs" spec="pluginsBase/cordova-plugin-dialogs" />
<plugin name="cordova-plugin-facebook4" spec="pluginsBase/cordova-plugin-facebook4">
<variable name="APP_ID" value="1442439216059238" />
<variable name="APP_NAME" value="BoatDay" />
</plugin>
<plugin name="cordova-plugin-file" spec="pluginsBase/cordova-plugin-file" />
<plugin name="cordova-plugin-geolocation" spec="pluginsBase/cordova-plugin-geolocation" />
<plugin name="cordova-plugin-inappbrowser" spec="pluginsBase/cordova-plugin-inappbrowser" />
<plugin name="org.apache.cordova.labs.keyboard" spec="pluginsBase/cordova-plugin-keyboard" />
<plugin name="cordova-plugin-media" spec="pluginsBase/cordova-plugin-media" />
<plugin name="cordova-plugin-statusbar" spec="pluginsBase/cordova-plugin-statusbar" />
<plugin name="cordova-plugin-whitelist" spec="pluginsBase/cordova-plugin-whitelist" />
<plugin name="com.boat.day.BDHelper" spec="pluginsBase/com.boat.day.BDHelper">
<variable name="PARSE_APP_ID" value="8YpQsh2LwXpCgkmTIIncFSFALHmeaotGVDTBqyUv" />
<variable name="PARSE_CLIENT_KEY" value="V5c09oUVGu92HOvsxyUqYqgjOo1c8oguJ9yiVLqo" />
<variable name="PARSE_JAVASCRIPT_KEY" value="FaULY8BIForvAYZwVwqX4IAmfsyxckikiZ2NFuEp" />
<variable name="BOATDAY_REMOTE_SERVER" value="https://app.boatdayapp.com" />
</plugin>
</widget>