2020-08-13 17:44:57 +01:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
2021-03-04 11:22:24 +01:00
|
|
|
<widget id="com.gpr.gabinetedigital" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:mfp="http://www.ibm.com/mobilefirst/cordova-plugin-mfp">
|
|
|
|
|
<name>gabinete digital</name>
|
2021-02-25 09:42:06 +01:00
|
|
|
<description>An awesome Ionic/Cordova app.</description>
|
|
|
|
|
<author email="hi@ionicframework.com" href="http://ionicframework.com/">Ionic Framework Team</author>
|
2021-10-13 08:38:11 +01:00
|
|
|
<content src="index.html" />
|
2020-08-13 17:44:57 +01:00
|
|
|
<access origin="*" />
|
2021-09-27 16:23:41 +01:00
|
|
|
<allow-navigation href="*" />
|
|
|
|
|
<allow-navigation href="*" />
|
2020-08-13 17:44:57 +01:00
|
|
|
<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="ScrollEnabled" value="false" />
|
|
|
|
|
<preference name="BackupWebStorage" value="none" />
|
|
|
|
|
<preference name="SplashMaintainAspectRatio" value="true" />
|
|
|
|
|
<preference name="FadeSplashScreenDuration" value="300" />
|
|
|
|
|
<preference name="SplashShowOnlyFirstTime" value="false" />
|
|
|
|
|
<preference name="SplashScreen" value="screen" />
|
|
|
|
|
<preference name="SplashScreenDelay" value="3000" />
|
|
|
|
|
<platform name="android">
|
|
|
|
|
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
<application android:networkSecurityConfig="@xml/network_security_config" />
|
|
|
|
|
</edit-config>
|
|
|
|
|
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
|
2021-07-22 13:44:34 +01:00
|
|
|
<resource-file src="google-services.json" target="google-services.json" />
|
2020-08-13 17:44:57 +01:00
|
|
|
<allow-intent href="market:*" />
|
|
|
|
|
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
|
|
|
|
|
<icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
|
|
|
|
|
<icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
|
|
|
|
|
<icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
|
|
|
|
|
<icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
|
|
|
|
|
<icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
|
|
|
|
|
<splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
|
|
|
|
|
<splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
|
|
|
|
|
<splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
|
|
|
|
|
<splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
|
|
|
|
|
<splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
|
|
|
|
|
<splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
|
|
|
|
|
<splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
|
|
|
|
|
<splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
|
|
|
|
|
<splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
|
|
|
|
|
<splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
|
|
|
|
|
<splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
|
|
|
|
|
<splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
|
|
|
|
|
</platform>
|
2021-02-24 10:42:01 +01:00
|
|
|
<mfp:android>
|
2021-09-24 08:56:43 +01:00
|
|
|
<mfp:sdkChecksum>3077110622</mfp:sdkChecksum>
|
2021-06-11 17:27:31 +01:00
|
|
|
<mfp:appChecksum>3619450036</mfp:appChecksum>
|
2021-02-24 10:42:01 +01:00
|
|
|
<mfp:security>
|
|
|
|
|
<mfp:testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3" />
|
|
|
|
|
</mfp:security>
|
|
|
|
|
</mfp:android>
|
|
|
|
|
<mfp:ios>
|
2021-10-07 16:22:31 +01:00
|
|
|
<mfp:sdkChecksum>1979143311</mfp:sdkChecksum>
|
2021-06-11 17:27:31 +01:00
|
|
|
<mfp:appChecksum>1328564293</mfp:appChecksum>
|
2021-02-24 10:42:01 +01:00
|
|
|
<mfp:security>
|
|
|
|
|
<mfp:testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3" />
|
|
|
|
|
</mfp:security>
|
|
|
|
|
</mfp:ios>
|
|
|
|
|
<mfp:windows>
|
|
|
|
|
<mfp:windows8>
|
|
|
|
|
<mfp:sdkChecksum>0</mfp:sdkChecksum>
|
|
|
|
|
<mfp:security>
|
|
|
|
|
<mfp:testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3" />
|
|
|
|
|
</mfp:security>
|
|
|
|
|
</mfp:windows8>
|
|
|
|
|
<mfp:windowsphone8>
|
|
|
|
|
<mfp:sdkChecksum>0</mfp:sdkChecksum>
|
|
|
|
|
<mfp:security>
|
|
|
|
|
<mfp:testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3" />
|
|
|
|
|
</mfp:security>
|
|
|
|
|
</mfp:windowsphone8>
|
|
|
|
|
<mfp:windows10>
|
|
|
|
|
<mfp:sdkChecksum>0</mfp:sdkChecksum>
|
|
|
|
|
<mfp:security>
|
|
|
|
|
<mfp:testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3" />
|
|
|
|
|
</mfp:security>
|
|
|
|
|
</mfp:windows10>
|
|
|
|
|
<mfp:appChecksum>0</mfp:appChecksum>
|
|
|
|
|
</mfp:windows>
|
2021-10-07 16:22:31 +01:00
|
|
|
<mfp:platformVersion>8.0.0.00-20210905-154328</mfp:platformVersion>
|
2021-02-24 10:42:01 +01:00
|
|
|
<mfp:clientCustomInit enabled="false" />
|
2021-04-08 09:25:25 +01:00
|
|
|
<mfp:server runtime="mfp" url="http://gpr-dev-10.gabinetedigital.local:9080" />
|
2021-02-24 10:42:01 +01:00
|
|
|
<mfp:serverUri url="" />
|
|
|
|
|
<mfp:directUpdateAuthenticityPublicKey />
|
|
|
|
|
<mfp:languagePreferences>en</mfp:languagePreferences>
|
|
|
|
|
<mfp:APIproxyURL>/adapters/MobileAPIProxy</mfp:APIproxyURL>
|
|
|
|
|
<mfp:SDKProtocolVersion>2</mfp:SDKProtocolVersion>
|
2021-03-04 11:22:24 +01:00
|
|
|
<allow-navigation href="http://localhost:8100" sessionid="9714472a" />
|
2021-04-01 16:11:35 +01:00
|
|
|
<allow-navigation href="http://localhost:8101" sessionid="4721f88c" />
|
2020-08-13 17:44:57 +01:00
|
|
|
</widget>
|