-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
107 lines (107 loc) · 6.16 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
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="com.crashapps.karintouch" version="0.0.15">
<name>Kar In Touch</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 src="/res/ios/icon/icon.png" width="57" height="57"/>
<icon src="/res/ios/icon/[email protected]" width="114" height="114"/>
<icon src="/res/ios/icon/icon-72.png" width="72" height="72"/>
<icon src="/res/ios/icon/[email protected]" width="144" height="144"/>
<icon src="/res/ios/icon/icon-60.png" width="60" height="60"/>
<icon src="/res/ios/icon/[email protected]" width="120" height="120"/>
<icon src="/res/ios/icon/[email protected]" width="180" height="180"/>
<icon src="/res/ios/icon/icon-76.png" width="76" height="76"/>
<icon src="/res/ios/icon/[email protected]" width="152" height="152"/>
<icon src="/res/ios/icon/icon-40.png" width="40" height="40"/>
<icon src="/res/ios/icon/[email protected]" width="80" height="80"/>
<icon src="/res/ios/icon/icon-50.png" width="50" height="50"/>
<icon src="/res/ios/icon/[email protected]" width="100" height="100"/>
<icon src="/res/ios/icon/icon-small.png" width="29" height="29"/>
<icon src="/res/ios/icon/[email protected]" width="58" height="58"/>
<icon src="/res/ios/icon/[email protected]" width="87" height="87"/>
<icon src="/res/ios/icon/icon-83.5@2x~ipad.png" width="167" height="167"/>
<splash src="/res/ios/screen/Default@2x~universal~anyany.png"/>
<icon src="/res/ios/icon/icon-1024.png" width="1024" height="1024"/>
<preference name="orientation" value="portrait"/>
<config-file platform="ios" parent="CFBundleLocalizations" target="*-Info.plist">
<array>
<string>en</string>
</array>
</config-file>
</platform>
<platform name="android">
<icon src="/res/android/icon/ldpi.png" density="ldpi"/>
<icon src="/res/android/icon/mdpi.png" density="mdpi"/>
<icon src="/res/android/icon/hdpi.png" density="hdpi"/>
<icon src="/res/android/icon/xhdpi.png" density="xhdpi"/>
<icon src="/res/android/icon/xxhdpi.png" density="xxhdpi"/>
<icon src="/res/android/icon/xxxhdpi.png" density="xxxhdpi"/>
<splash src="/res/android/screen/splash-port-ldpi.png" density="port-ldpi"/>
<splash src="/res/android/screen/splash-port-mdpi.png" density="port-mdpi"/>
<splash src="/res/android/screen/splash-port-hdpi.png" density="port-hdpi"/>
<splash src="/res/android/screen/splash-port-xhdpi.png" density="port-xhdpi"/>
<splash src="/res/android/screen/splash-port-xxhdpi.png" density="port-xxhdpi"/>
<splash src="/res/android/screen/splash-port-xxxhdpi.png" density="port-xxxhdpi"/>
<splash src="/res/android/screen/splash-mdpi.png" density="mdpi"/>
</platform>
<platform name="electron">
<icon src="/res/electron/icon/icon_electron_512.png" width="512" height="512"/>
<splash src="/res/electron/screen/electron_splash_image.png" width="620" height="300"/>
<preference name="SplashScreenWidth" value="620"/>
<preference name="SplashScreenHeight" value="300"/>
<preference name="ShowSplashScreen" value="false"/>
</platform>
<edit-config target="NSCameraUsageDescription" file="*-Info.plist" mode="merge">
<string>Camera access is needed solely to scan barcodes. No pictures/recordings will be saved. This feature is optional, and VIN information is able to be manually typed in if you so choose.</string>
</edit-config>
<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge">
<string>need to photo library access to get pictures from there</string>
</edit-config>
<edit-config target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
<string>need location access to find things nearby</string>
</edit-config>
<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="merge">
<string>need to photo library access to save pictures there</string>
</edit-config>
<preference name="WindowsStorePublisherName" value="My Name"/>
<preference name="WindowsStoreIdentityName" value="9c340f3d-4fe7-88bb-7995-f144b4499f73"/>
<preference name="monaca:MonacaBackendUrl" value="https://cloud.monaca.mobi/json-rpc/"/>
<preference name="monaca:MonacaBackendId" value="5e13d074e788854e5500a999"/>
<preference name="monaca:MonacaBackendApiKey" value="7f01350b98d5d4a87b3834ab339773e6c7bdf970da945de837d8b42b0beede30"/>
<preference name="KeepRunning" value="true"/>
<preference name="monaca:AndroidIsPackageNameSeparate" value="false"/>
<preference name="Orientation" value="portrait"/>
<preference name="SplashScreenDelay" value="1000"/>
<preference name="Fullscreen" value="true"/>
<preference name="ios-XCBuildConfiguration-TARGETED_DEVICE_FAMILY" value="1"/>
<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>