mosabab commented on issue #113:
URL: https://github.com/apache/cordova-fetch/issues/113#issuecomment-1533879130

   This what my `config.xml` have:
   
   `<?xml version="1.0" encoding="UTF-8"?>
   <widget id="com.test" version="2.5.0" android-versionCode="205000" 
ios-CFBundleVersion="1.0.0" xmlns="http://www.w3.org/ns/widgets"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0"; 
xmlns:android="http://schemas.android.com/apk/res/android";>
     <name short="Test">Test</name>
     <description>Test</description>
     <author email="[email protected]" href="http://www.test.com";>Test</author>
     <content src="index.html" />
     <allow-intent href="http://*/*"; />
     <allow-intent href="https://*/*"; />
     <preference name="DisallowOverscroll" value="true" />
     <preference name="ShowSplashScreenSpinner" value="false" />
     <preference name="StatusBarOverlaysWebView" value="false" />
     <preference name="StatusBarStyle" value="default" />
     <preference name="BackgroundColor" value="0xffffffff" />
     <plugin name="cordova-plugin-battery-status" 
spec="https://github.com/apache/cordova-plugin-battery-status.git"; />
     <plugin name="cordova-plugin-device" 
spec="https://github.com/apache/cordova-plugin-device.git"; />
     <plugin name="cordova-plugin-dialogs" 
spec="https://github.com/apache/cordova-plugin-dialogs.git"; />
     <plugin name="cordova-plugin-geolocation" 
spec="https://github.com/apache/cordova-plugin-geolocation.git"; />
     <plugin name="cordova-plugin-inappbrowser" 
spec="https://github.com/apache/cordova-plugin-inappbrowser.git"; />
     <plugin name="cordova-plugin-network-information" 
spec="https://github.com/apache/cordova-plugin-network-information.git"; />
     <plugin name="cordova-plugin-screen-orientation" 
spec="https://github.com/apache/cordova-plugin-screen-orientation.git"; />
     <plugin name="cordova-plugin-statusbar" 
spec="https://github.com/apache/cordova-plugin-statusbar.git"; />
     <plugin name="cordova-plugin-vibration" 
spec="https://github.com/apache/cordova-plugin-vibration.git"; />
     <platform name="android">
       <preference name="AndroidWindowSplashScreenAnimatedIcon" 
value="res/screen/android/splashscreen.png" />
       <preference name="AndroidWindowSplashScreenBackground" value="#258E50" />
       <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" 
target="/manifest/application">
         <application android:usesCleartextTraffic="true" />
       </edit-config>
       <!-- android Adaptive Icons -->
       <icon background="res/icon/android/ldpi-background.png" density="ldpi" 
foreground="res/icon/android/ldpi-foreground.png" />
       <icon background="res/icon/android/mdpi-background.png" density="mdpi" 
foreground="res/icon/android/mdpi-foreground.png" />
       <icon background="res/icon/android/hdpi-background.png" density="hdpi" 
foreground="res/icon/android/hdpi-foreground.png" />
       <icon background="res/icon/android/xhdpi-background.png" density="xhdpi" 
foreground="res/icon/android/xhdpi-foreground.png" />
       <icon background="res/icon/android/xxhdpi-background.png" 
density="xxhdpi" foreground="res/icon/android/xxhdpi-foreground.png" />
       <icon background="res/icon/android/xxxhdpi-background.png" 
density="xxxhdpi" foreground="res/icon/android/xxxhdpi-foreground.png" />
     </platform>
     <platform name="ios">
       <preference name="Orientation" value="all" />
       <preference name="InAppBrowserStatusBarStyle" value="lightcontent" />
       <edit-config target="NSLocationWhenInUseUsageDescription" 
file="*-Info.plist" mode="merge">
         <string>Your current location will be used to find airports and hotels 
near you.</string>
       </edit-config>
       <edit-config target="NSLocationAlwaysUsageDescription" 
file="*-Info.plist" mode="merge">
         <string>Your current location will be used to find airports and hotels 
near you.</string>
       </edit-config>
       <edit-config target="NSLocationAlwaysAndWhenInUseUsageDescription" 
file="*-Info.plist" mode="merge">
         <string>Your current location will be used to find airports and hotels 
near you.</string>
       </edit-config>
       <!-- iOS icons -->
       <icon src="res/icon/ios/icon-1024.png" />
       <!-- iOS Splash Screens -->
       <splash src="res/screen/ios/Default@2x~universal~anyany.png" />
       <splash src="res/screen/ios/Default@2x~universal~comany.png" />
       <splash src="res/screen/ios/Default@2x~universal~comcom.png" />
       <splash src="res/screen/ios/Default@3x~universal~anyany.png" />
       <splash src="res/screen/ios/Default@3x~universal~anycom.png" />
       <splash src="res/screen/ios/Default@3x~universal~comany.png" />
       <!-- iOS Splash Screens Dark Mode -->
       <splash src="res/screen/ios/Default@2x~universal~anyany~dark.png" />
       <splash src="res/screen/ios/Default@2x~universal~comany~dark.png" />
       <splash src="res/screen/ios/Default@2x~universal~comcom~dark.png" />
       <splash src="res/screen/ios/Default@3x~universal~anyany~dark.png" />
       <splash src="res/screen/ios/Default@3x~universal~anycom~dark.png" />
       <splash src="res/screen/ios/Default@3x~universal~comany~dark.png" />
     </platform>
     <engine name="android" 
spec="https://github.com/apache/cordova-android.git#11.0.0"; />
     <engine name="ios" spec="https://github.com/apache/cordova-ios.git#6.3.0"; 
/>
   </widget>`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to