-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.xml
executable file
·40 lines (39 loc) · 1.82 KB
/
config.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
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.esupportail.esupAuth" version="1.1.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Esup Auth</name>
<description>Push application for login</description>
<author email="[email protected]" href="https://cordova.apache.org">
Alex Bouskine
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="loadUrlTimeoutValue" value="120000" />
<preference name="orientation" value="portrait" />
<preference name="SplashScreenDelay" value="0" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="SplashShowOnlyFirstTime" value="true" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="Fullscreen" value="false" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="android-manifest/uses-permission/[@android:name='android.permission.CAMERA']/@android:name" delete="true" />
<preference name="orientation" value="default" />
<platform name="android">
<allow-intent href="market:*" />
<resource-file src="google-services.json" target="app/google-services.json" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<edit-config file="*-Info.plist" mode="merge" target="CFBundleDevelopmentRegion">
<string>fr</string>
</edit-config>
<resource-file src="GoogleService-Info.plist" />
</platform>
<icon src="www/img/logo.png" />
</widget>