-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
executable file
·136 lines (136 loc) · 8.59 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
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
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.perdis.prototype" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>perdisart-client</name>
<description />
<author />
<access origin="*" />
<content src="index.html" />
<preference name="loglevel" value="DEBUG" />
<preference name="AndroidLaunchMode" value="singleTop" />
<preference name="BackgroundColor" value="0xffffffff" />
<preference name="DisallowOverscroll" value="true" />
<preference name="ErrorUrl" value="" />
<preference name="Fullscreen" value="true" />
<preference name="KeepRunning" value="true" />
<preference name="monaca:WebViewEngine" value="default" />
<preference name="SplashScreen" value="screen" />
<preference name="SplashScreenDelay" value="1000" />
<preference name="Orientation" value="default" />
<preference name="monaca:DisableCookie" value="false" />
<preference name="monaca:AndroidIsPackageNameSeparate" value="false" />
<preference name="AllowInlineMediaPlayback" value="false" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="BackupWebStorage" value="cloud" />
<preference name="EnableViewportScale" value="false" />
<preference name="FadeSplashScreen" value="true" />
<preference name="FadeSplashScreenDuration" value="250" />
<preference name="KeyboardDisplayRequiresUserAction" value="true" />
<preference name="MediaPlaybackRequiresUserAction" value="false" />
<preference name="ShowSplashScreenSpinner" 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" />
<preference name="ios-XCBuildConfiguration-TARGETED_DEVICE_FAMILY" value="1,2" />
<preference name="iosPersistentFileLocation" value="Library" />
<preference name="iosExtraFilesystems" value="library,library-nosync,documents,documents-nosync,bundle" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="AndroidExtraFilesystems" value="files,files-external,sdcard" />
<feature name="App">
<param name="android-package" value="org.apache.cordova.App" />
</feature>
<feature name="LocalStorage">
<param name="ios-package" value="CDVLocalStorage" />
</feature>
<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" />
<icon height="1024" src="/res/ios/icon/icon-1024.png" width="1024" />
<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" />
<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" />
<config-file parent="/*" target="AndroidManifest.xml">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
<uses-feature android:name="android.hardware.camera2.full" />
<uses-feature android:name="android.hardware.camera2.autofocus" />
<uses-permission android:name="android.webkit.PermissionRequest" />
</config-file>
</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>
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
<string>need camera access to take pictures</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription">
<string>need photo library access to get pictures from there</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
<string>need location access to find things nearby</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryAddUsageDescription">
<string>need photo library access to save pictures there</string>
</edit-config>
<engine name="android" spec="^6.3.0" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.1" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
<plugin name="monaca-plugin-monaca-core" spec="^3.2.1" />
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" />
<plugin name="cordova-plugin-media-capture" spec="^3.0.2" />
<plugin name="cordova-plugin-camera" spec="^4.0.3" />
<plugin name="cordova-plugin-file" spec="^6.0.1" />
</widget>