Skip to content

Instantly share code, notes, and snippets.

@brunokunace
Created February 20, 2018 13:45
Show Gist options
  • Select an option

  • Save brunokunace/9d73c0d32d6ab013ac3765fa1f575732 to your computer and use it in GitHub Desktop.

Select an option

Save brunokunace/9d73c0d32d6ab013ac3765fa1f575732 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='utf-8'?>
<widget id="br.tur.hotelsolar" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Solar Vacation Club</name>
<description>
Mapa Interativo de Salinópolis
</description>
<author email="[email protected]" href="https://hotelsolar.tur.br/">
Solar Vacation Club
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<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="Orientation" value="landscape" />
<platform name="android">
<allow-intent href="market:*" />
<icon density="ldpi" src="res/android/icon/mipmap-ldpi/ic_launcher.png" />
<icon density="mdpi" src="res/android/icon/mipmap-mdpi/ic_launcher.png" />
<icon density="hdpi" src="res/android/icon/mipmap-hdpi/ic_launcher.png" />
<icon density="xhdpi" src="res/android/icon/mipmap-xhdpi/ic_launcher.png" />
<icon density="xxhdpi" src="res/android/icon/mipmap-xxhdpi/ic_launcher.png" />
<icon density="xxxhdpi" src="res/android/icon/mipmap-xxxhdpi/ic_launcher.png" />
<splash density="land-hdpi" src="res/android/splash/splash-land-hdpi.png" />
<splash density="land-ldpi" src="res/android/splash/splash-land-ldpi.png" />
<splash density="land-mdpi" src="res/android/splash/splash-land-mdpi.png" />
<splash density="land-xhdpi" src="res/android/splash/splash-land-xhdpi.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<plugin name="cordova-plugin-splashscreen" spec="~4.0.3" />
</widget>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment