mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -0,0 +1,236 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<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">
|
||||
<feature name="CDVWebViewEngine">
|
||||
<param name="ios-package" value="CDVWebViewEngine" />
|
||||
</feature>
|
||||
<feature name="LaunchScreen">
|
||||
<param name="ios-package" value="CDVLaunchScreen" />
|
||||
</feature>
|
||||
<feature name="LocalStorage">
|
||||
<param name="ios-package" value="CDVLocalStorage" />
|
||||
</feature>
|
||||
<feature name="Console">
|
||||
<param name="ios-package" value="CDVLogger" />
|
||||
<param name="onload" value="true" />
|
||||
</feature>
|
||||
<feature name="HandleOpenUrl">
|
||||
<param name="ios-package" value="CDVHandleOpenURL" />
|
||||
<param name="onload" value="true" />
|
||||
</feature>
|
||||
<feature name="IntentAndNavigationFilter">
|
||||
<param name="ios-package" value="CDVIntentAndNavigationFilter" />
|
||||
<param name="onload" value="true" />
|
||||
</feature>
|
||||
<feature name="GestureHandler">
|
||||
<param name="ios-package" value="CDVGestureHandler" />
|
||||
<param name="onload" value="true" />
|
||||
</feature>
|
||||
<feature name="Camera">
|
||||
<param name="ios-package" value="CDVCamera" />
|
||||
</feature>
|
||||
<feature name="Device">
|
||||
<param name="ios-package" value="CDVDevice" />
|
||||
</feature>
|
||||
<feature name="Notification">
|
||||
<param name="ios-package" value="CDVNotification" />
|
||||
</feature>
|
||||
<feature name="File">
|
||||
<param name="ios-package" value="CDVFile" />
|
||||
<param name="onload" value="true" />
|
||||
</feature>
|
||||
<feature name="Fingerprint">
|
||||
<param name="ios-package" value="Fingerprint" />
|
||||
</feature>
|
||||
<feature name="Globalization">
|
||||
<param name="ios-package" value="CDVGlobalization" />
|
||||
</feature>
|
||||
<feature name="WLSplashScreen">
|
||||
<param name="ios-package" value="WLSplashPlugin" />
|
||||
</feature>
|
||||
<feature name="LoggerPlugin">
|
||||
<param name="ios-package" value="LoggerPlugin" />
|
||||
</feature>
|
||||
<feature name="DeviceAuth">
|
||||
<param name="ios-package" value="DeviceAuthPlugin" />
|
||||
</feature>
|
||||
<feature name="WLDirectUpdatePlugin">
|
||||
<param name="ios-package" value="WLDirectUpdatePlugin" />
|
||||
</feature>
|
||||
<feature name="WLApp">
|
||||
<param name="ios-package" value="WLApp" />
|
||||
<param name="onload" value="true" />
|
||||
</feature>
|
||||
<feature name="UIControls">
|
||||
<param name="ios-package" value="UIControls" />
|
||||
</feature>
|
||||
<feature name="NetworkDetector">
|
||||
<param name="ios-package" value="NetworkDetector" />
|
||||
</feature>
|
||||
<feature name="NativePage">
|
||||
<param name="ios-package" value="NativePage" />
|
||||
</feature>
|
||||
<feature name="SecurityPlugin">
|
||||
<param name="ios-package" value="SecurityPlugin" />
|
||||
</feature>
|
||||
<feature name="StoragePlugin">
|
||||
<param name="ios-package" value="StoragePlugin" />
|
||||
</feature>
|
||||
<feature name="FIPSHttpPlugin">
|
||||
<param name="ios-package" value="FIPSHttpPlugin" />
|
||||
</feature>
|
||||
<feature name="Badge">
|
||||
<param name="ios-package" value="Badge" />
|
||||
</feature>
|
||||
<feature name="NotificationEx">
|
||||
<param name="ios-package" value="NotificationEx" />
|
||||
</feature>
|
||||
<feature name="WifiPlugin">
|
||||
<param name="ios-package" value="WifiPlugin" />
|
||||
</feature>
|
||||
<feature name="WLNativeXHRPlugin">
|
||||
<param name="ios-package" value="WLNativeXHRPlugin" />
|
||||
</feature>
|
||||
<feature name="WLActionSenderPlugin">
|
||||
<param name="ios-package" value="WLActionSenderPlugin" />
|
||||
</feature>
|
||||
<feature name="WLAuthorizationManagerPlugin">
|
||||
<param name="ios-package" value="WLAuthorizationManagerPlugin" />
|
||||
</feature>
|
||||
<feature name="WLCertificatePinningPlugin">
|
||||
<param name="ios-package" value="WLCertificatePinningPlugin" />
|
||||
</feature>
|
||||
<feature name="CDVOrientation">
|
||||
<param name="ios-package" value="CDVOrientation" />
|
||||
</feature>
|
||||
<name>gabinete digital</name>
|
||||
<description>An awesome Ionic/Cordova app.</description>
|
||||
<author email="hi@ionicframework.com" href="http://ionicframework.com/">Ionic Framework Team</author>
|
||||
<content src="index.html" />
|
||||
<access origin="*" />
|
||||
<allow-navigation href="http://*/*" />
|
||||
<allow-navigation href="https://*/*" />
|
||||
<allow-intent href="http://*/*" />
|
||||
<allow-intent href="https://*/*" />
|
||||
<allow-intent href="tel:*" />
|
||||
<allow-intent href="sms:*" />
|
||||
<allow-intent href="mailto:*" />
|
||||
<allow-intent href="geo:*" />
|
||||
<mfp:android>
|
||||
<mfp:sdkChecksum>1109370933</mfp:sdkChecksum>
|
||||
<mfp:appChecksum>3619450036</mfp:appChecksum>
|
||||
<mfp:security>
|
||||
<mfp:testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3" />
|
||||
</mfp:security>
|
||||
</mfp:android>
|
||||
<mfp:ios>
|
||||
<mfp:sdkChecksum>246097737</mfp:sdkChecksum>
|
||||
<mfp:appChecksum>1328564293</mfp:appChecksum>
|
||||
<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>
|
||||
<mfp:platformVersion>8.0.0.00-20210308-063916</mfp:platformVersion>
|
||||
<mfp:clientCustomInit enabled="false" />
|
||||
<mfp:server runtime="mfp" url="http://gpr-dev-10.gabinetedigital.local:9080" />
|
||||
<mfp:serverUri url="" />
|
||||
<mfp:directUpdateAuthenticityPublicKey />
|
||||
<mfp:languagePreferences>en</mfp:languagePreferences>
|
||||
<mfp:APIproxyURL>/adapters/MobileAPIProxy</mfp:APIproxyURL>
|
||||
<mfp:SDKProtocolVersion>2</mfp:SDKProtocolVersion>
|
||||
<allow-navigation href="http://localhost:8100" sessionid="9714472a" />
|
||||
<allow-navigation href="http://localhost:8101" sessionid="4721f88c" />
|
||||
<allow-intent href="itms:*" />
|
||||
<allow-intent href="itms-apps:*" />
|
||||
<icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
|
||||
<icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
|
||||
<icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
|
||||
<icon height="57" src="resources/ios/icon/icon.png" width="57" />
|
||||
<icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
|
||||
<icon height="20" src="resources/ios/icon/icon-20.png" width="20" />
|
||||
<icon height="40" src="resources/ios/icon/icon-20@2x.png" width="40" />
|
||||
<icon height="60" src="resources/ios/icon/icon-20@3x.png" width="60" />
|
||||
<icon height="29" src="resources/ios/icon/icon-29.png" width="29" />
|
||||
<icon height="58" src="resources/ios/icon/icon-29@2x.png" width="58" />
|
||||
<icon height="87" src="resources/ios/icon/icon-29@3x.png" width="87" />
|
||||
<icon height="48" src="resources/ios/icon/icon-24@2x.png" width="48" />
|
||||
<icon height="55" src="resources/ios/icon/icon-27.5@2x.png" width="55" />
|
||||
<icon height="88" src="resources/ios/icon/icon-44@2x.png" width="88" />
|
||||
<icon height="172" src="resources/ios/icon/icon-86@2x.png" width="172" />
|
||||
<icon height="196" src="resources/ios/icon/icon-98@2x.png" width="196" />
|
||||
<icon height="216" src="resources/ios/icon/icon-108@2x.png" width="216" />
|
||||
<icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
|
||||
<icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
|
||||
<icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
|
||||
<icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
|
||||
<icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
|
||||
<icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
|
||||
<icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
|
||||
<icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
|
||||
<icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
|
||||
<icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
|
||||
<icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
|
||||
<icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
|
||||
<icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
|
||||
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
|
||||
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
|
||||
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
|
||||
<splash height="2688" src="resources/ios/splash/Default-2688h~iphone.png" width="1242" />
|
||||
<splash height="1242" src="resources/ios/splash/Default-Landscape-2688h~iphone.png" width="2688" />
|
||||
<splash height="1792" src="resources/ios/splash/Default-1792h~iphone.png" width="828" />
|
||||
<splash height="828" src="resources/ios/splash/Default-Landscape-1792h~iphone.png" width="1792" />
|
||||
<splash height="2436" src="resources/ios/splash/Default-2436h.png" width="1125" />
|
||||
<splash height="1125" src="resources/ios/splash/Default-Landscape-2436h.png" width="2436" />
|
||||
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
|
||||
<splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
|
||||
<splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
|
||||
<splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" />
|
||||
<splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
|
||||
<splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
|
||||
<splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" />
|
||||
<splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
|
||||
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
|
||||
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
|
||||
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
|
||||
<preference name="AllowInlineMediaPlayback" value="false" />
|
||||
<preference name="BackupWebStorage" value="none" />
|
||||
<preference name="DisallowOverscroll" value="false" />
|
||||
<preference name="EnableViewportScale" value="false" />
|
||||
<preference name="KeyboardDisplayRequiresUserAction" value="true" />
|
||||
<preference name="MediaTypesRequiringUserActionForPlayback" value="none" />
|
||||
<preference name="SuppressesIncrementalRendering" value="false" />
|
||||
<preference name="SuppressesLongPressGesture" value="false" />
|
||||
<preference name="Suppresses3DTouchGesture" value="false" />
|
||||
<preference name="GapBetweenPages" value="0" />
|
||||
<preference name="PageLength" value="0" />
|
||||
<preference name="PaginationBreakingMode" value="page" />
|
||||
<preference name="PaginationMode" value="unpaginated" />
|
||||
<preference name="CameraUsesGeolocation" value="false" />
|
||||
<preference name="SwiftVersion" value="4" />
|
||||
<preference name="ScrollEnabled" value="false" />
|
||||
<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" />
|
||||
</widget>
|
||||
Reference in New Issue
Block a user