forked from clinicoin/clinicoin-hybrid-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
108 lines (108 loc) · 6.29 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
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
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="com.mosio.clinapp" version="0.1.0">
<name>Clinapp</name>
<description>Made with Monaca (http://monaca.mobi)</description>
<author/>
<content src="index.html"/>
<allow-navigation href="*"/>
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
<preference name="loglevel" value="DEBUG"/>
<preference name="AndroidLaunchMode" value="singleTop"/>
<preference name="ErrorUrl" value=""/>
<preference name="SplashScreen" value="screen"/>
<preference name="AllowInlineMediaPlayback" value="false"/>
<preference name="BackupWebStorage" value="cloud"/>
<preference name="FadeSplashScreenDuration" value="250"/>
<preference name="KeyboardDisplayRequiresUserAction" value="true"/>
<preference name="MediaPlaybackRequiresUserAction" value="false"/>
<preference name="SuppressesIncrementalRendering" value="false"/>
<preference name="TopActivityIndicator" value="gray"/>
<preference name="GapBetweenPages" value="0"/>
<preference name="PageLength" value="0"/>
<preference name="PaginationBreakingMode" value="page"/>
<preference name="PaginationMode" value="unpaginated"/>
<feature name="LocalStorage">
<param name="ios-package" value="CDVLocalStorage"/>
</feature>
<preference name="UIWebViewDecelerationSpeed" value="normal"/>
<platform name="ios">
<icon height="57" src="/res/ios/icon/icon.png" width="57"/>
<icon height="114" src="/res/ios/icon/[email protected]" width="114"/>
<icon height="72" src="/res/ios/icon/icon-72.png" width="72"/>
<icon height="144" src="/res/ios/icon/[email protected]" width="144"/>
<icon height="60" src="/res/ios/icon/icon-60.png" width="60"/>
<icon height="120" src="/res/ios/icon/[email protected]" width="120"/>
<icon height="180" src="/res/ios/icon/[email protected]" width="180"/>
<icon height="76" src="/res/ios/icon/icon-76.png" width="76"/>
<icon height="152" src="/res/ios/icon/[email protected]" width="152"/>
<icon height="40" src="/res/ios/icon/icon-40.png" width="40"/>
<icon height="80" src="/res/ios/icon/[email protected]" width="80"/>
<icon height="50" src="/res/ios/icon/icon-50.png" width="50"/>
<icon height="100" src="/res/ios/icon/[email protected]" width="100"/>
<icon height="29" src="/res/ios/icon/icon-small.png" width="29"/>
<icon height="58" src="/res/ios/icon/[email protected]" width="58"/>
<icon height="87" src="/res/ios/icon/[email protected]" width="87"/>
<icon height="167" src="/res/ios/icon/icon-83.5@2x~ipad.png" width="167"/>
<splash height="480" src="/res/ios/screen/Default~iphone.png" width="320"/>
<splash height="960" src="/res/ios/screen/Default@2x~iphone.png" width="640"/>
<splash height="1136" src="/res/ios/screen/Default-568h@2x~iphone.png" width="640"/>
<splash height="1334" src="/res/ios/screen/Default-667h.png" width="750"/>
<splash height="2208" src="/res/ios/screen/Default-736h.png" width="1242"/>
<splash height="1242" src="/res/ios/screen/Default-Landscape-736h.png" width="2208"/>
<splash height="1024" src="/res/ios/screen/Default-Portrait~ipad.png" width="768"/>
<splash height="768" src="/res/ios/screen/Default-Landscape~ipad.png" width="1024"/>
<splash height="2048" src="/res/ios/screen/Default-Portrait@2x~ipad.png" width="1536"/>
<splash height="1536" src="/res/ios/screen/Default-Landscape@2x~ipad.png" width="2048"/>
<icon src="/res/ios/icon/icon-1024.png" width="1024" height="1024"/>
<config-file parent="CFBundleLocalizations" platform="ios" target="*-Info.plist">
<array>
<string>en</string>
</array>
</config-file>
</platform>
<platform name="android">
<icon density="ldpi" src="/res/android/icon/ldpi.png"/>
<icon density="mdpi" src="/res/android/icon/mdpi.png"/>
<icon density="hdpi" src="/res/android/icon/hdpi.png"/>
<icon density="xhdpi" src="/res/android/icon/xhdpi.png"/>
<icon density="xxhdpi" src="/res/android/icon/xxhdpi.png"/>
<icon density="xxxhdpi" src="/res/android/icon/xxxhdpi.png"/>
<splash density="port-ldpi" src="/res/android/screen/splash-port-ldpi.9.png"/>
<splash density="port-mdpi" src="/res/android/screen/splash-port-mdpi.9.png"/>
<splash density="port-hdpi" src="/res/android/screen/splash-port-hdpi.9.png"/>
<splash density="port-xhdpi" src="/res/android/screen/splash-port-xhdpi.9.png"/>
<splash density="port-xxhdpi" src="/res/android/screen/splash-port-xxhdpi.9.png"/>
<splash density="port-xxxhdpi" src="/res/android/screen/splash-port-xxxhdpi.9.png"/>
</platform>
<platform name="windows">
<icon src="/res/winrt/icon/package_logo_winrt.png" target="StoreLogo"/>
<icon src="/res/winrt/icon/app_logo_winrt.png" target="Square150x150Logo"/>
<icon src="/res/winrt/icon/app_small_logo_winrt.png" target="Square30x30Logo"/>
<icon src="/res/winrt/icon/app_tile_wide_logo_winrt.png" target="Wide315x150Logo"/>
<splash height="300" src="/res/winrt/screen/app_splash_screen_winrt.png" width="620"/>
</platform>
<platform name="chrome">
<icon height="128" src="/platforms/chrome/icon.png" width="128"/>
</platform>
<preference name="WindowsStorePublisherName" value="My Name"/>
<preference name="WindowsStoreIdentityName" value="971eaa36-b220-ce14-42e6-1ebae71a439f"/>
<preference name="KeepRunning" value="true"/>
<preference name="monaca:AndroidIsPackageNameSeparate" value="false"/>
<preference name="Orientation" value="default"/>
<preference name="SplashScreenDelay" value="1000"/>
<preference name="Fullscreen" value="false"/>
<plugin name="phonegap-plugin-barcodescanner" spec="6.0.5">
<param name="CAMERA_USAGE_DESCRIPTION" value="To scan barcodes."/>
</plugin>
<plugin name="cordova-plugin-local-notification" spec="^0.9.0-beta.1"/>
<preference name="monaca:updater_CheckUpdateUrl" value="https://www.mosio.com/clinapp/index.php"/>
<preference name="monaca:updater_DownloadUrl" value="https://www.mosio.com/clinapp/android.zip"/>
<preference name="ios-XCBuildConfiguration-TARGETED_DEVICE_FAMILY" value="1,2"/>
<preference name="AutoHideSplashScreen" value="true"/>
<preference name="FadeSplashScreen" value="true"/>
<preference name="ShowSplashScreenSpinner" value="false"/>
<access origin="*"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="EnableViewportScale" value="false"/>
</widget>