forked from e-mission/e-mission-phone
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.tracemob.xml
executable file
·71 lines (71 loc) · 4.27 KB
/
config.tracemob.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
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="43" id="com.fabmob.tracemob" ios-CFBundleVersion="0.0.2" version="0.1.4" 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>TraceMob</name>
<description>A open source personal mobility tracking software</description>
<author email="[email protected]" href="https://tracemob.com">TraceMob Team</author>
<content src="index.html" />
<access origin="*" />
<hook src="hooks/before_prepare/download_translation.js" type="before_prepare" />
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<preference name="android-minSdkVersion" value="22" />
<preference name="BackupWebStorage" value="none" />
<preference name="emSensorDataCollectionProtocolApprovalDate" value="2016-07-14" />
<preference name="GradlePluginGoogleServicesEnabled" value="true" />
<preference name="GradlePluginGoogleServicesVersion" value="4.3.3" />
<preference name="cordova.plugins.diagnostic.modules" value="LOCATION WIFI" />
<feature name="StatusBar">
<param name="ios-package" onload="true" value="CDVStatusBar" />
</feature>
<platform name="ios">
<hook src="hooks/after_platform_add/ios/ios_copy_locales.js" type="before_prepare" />
<resource-file src="GoogleService-Info.plist" />
<preference name="WKWebViewOnly" value="true" />
<preference name="WKSuspendInBackground" value="false" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />
<preference name="target-device" value="handset" />
<config-file parent="FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED" target="*-Info.plist">
<true />
</config-file>
<config-file parent="GOOGLE_ANALYTICS_IDFV_COLLECTION_ENABLED" target="*-Info.plist">
<false />
</config-file>
<config-file parent="GOOGLE_ANALYTICS_DEFAULT_ALLOW_AD_PERSONALIZATION_SIGNALS" target="*-Info.plist">
<false />
</config-file>
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
<string>Allow camera access to scan QR code</string>
</config-file>
</platform>
<platform name="android">
<hook src="hooks/before_build/android/android_copy_locales.js" type="before_build" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="31" />
<!-- <preference name="android-compileSdkVersion" value="30" /> -->
<preference name="AndroidXEnabled" value="true" />
<resource-file src="google-services.json" target="app/google-services.json" />
<hook src="hooks/before_build/android/android_set_provider.js" type="before_build" />
<hook src="hooks/before_build/android/android_add_exported.js" type="before_build" />
<config-file parent="/manifest/application" target="AndroidManifest.xml">
<meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
<meta-data android:name="google_analytics_ssaid_collection_enabled" android:value="false" />
<meta-data android:name="google_analytics_default_allow_ad_personalization_signals" android:value="false" />
</config-file>
<config-file parent="/manifest/application" target="AndroidManifest.xml">
<uses-library android:name="org.apache.http.legacy" android:required="false" />
</config-file>
<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
</config-file>
</platform>
<icon src="resources/icon.png" />
<allow-intent href="https://trace.grfmap.com" />
<allow-intent href="https://lafabriquedesmobilites.fr" />
<allow-intent href="https://manager.cozycloud.cc" />
<allow-intent href="tracemob:*" />
<allow-intent href="mailto:*" />
</widget>