Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
manfuku authored Apr 30, 2017
1 parent 24c8b1c commit e69ccb1
Showing 1 changed file with 26 additions and 27 deletions.
53 changes: 26 additions & 27 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@
<widget
xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.mossimoradio.livestream"
android-packageName="com.mossimoradio.livestream"
ios-CFBundleIdentifier="com.project9qc.mossimoradio"
versionCode = "17"
version = "2.16.0119"
id = "com.mfk.quicklinks"
android-packageName="com.mfk.quicklinks"
ios-CFBundleIdentifier="com.mfk.quicklinks"
versionCode = "1"
version = "0.170530"
>

<name>Mossimo Radio</name>
<description>https://github.com/manfuku/mossimoradio</description>
<name>Quicklinks</name>
<description>https://github.com/manfuku/quicklinks</description>

<gap:platform name="android" />
<!--<gap:platform name="ios" />-->

<!-- <gap:platform name="ios" /> -->

<preference name="permissions" value="none"/>

Expand All @@ -28,14 +27,14 @@ version = "2.16.0119"
<preference name="show-splash-screen-spinner" value="true" /> <!-- ios: splash spinner visibility -->
<preference name="auto-hide-splash-screen" value="true" /> <!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->

<!-- IOS INLINE PLAYBACK -->
<preference name="AllowInlineMediaPlayback" value="true" />
<!-- IOS INLINE PLAYBACK
<preference name="AllowInlineMediaPlayback" value="true" /> -->

<!-- KEYBOARD FIX ANYARE!? -->
<preference name="android-windowSoftInputMode" value="adjustResize" />
<!-- KEYBOARD FIX ANYARE!?
<preference name="android-windowSoftInputMode" value="adjustResize" /> -->

<!-- ICONS -->
<icon src="icon.png" gap:role="default" />
<icon src="res/icon.png" gap:role="default" />

<!-- ANDOROID -->
<icon src="res/icon.png" gap:platform="android" />
Expand All @@ -47,24 +46,24 @@ version = "2.16.0119"
<icon src="icon-120.png" gap:platform="ios" width="120" height="120" />
<icon src="icon-152.png" gap:platform="ios" width="152" height="152" />

<!-- SPLASH OK!!! -->
<!-- SPLASH OK!!!
<gap:splash src="res/screen/default.png" />
<gap:splash src="res/screen/default.png" gap:platform="ios" width="640" height="1136" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="SplashMaintainAspectRatio" value="true" /> -->

<!-- PLUGINS -->
<plugin name="cordova-plugin-inappbrowser" spec="1.3.0" />
<plugin name="cordova-plugin-splashscreen" spec="3.2.1" />
<plugin name="cordova-plugin-x-socialsharing" spec="5.0.11" />
<!-- PLUGINS
<gap:plugin name="cordova-plugin-splashscreen" source="npm" />
<gap:plugin name="cordova-plugin-x-socialsharing" source="npm" /> -->
<gap:plugin name="cordova-plugin-inappbrowser" source="npm" />

<!-- ALLOW IFRAMES -->
<plugin name="cordova-plugin-whitelist" spec="1.2.1" />
<gap:plugin name="cordova-plugin-whitelist" source="npm" />
<allow-navigation href="*" />

<!-- ONESIGNAL -->
<plugin name="onesignal-cordova-plugin-pgb-compat" spec="1.11.2" />
<plugin name="cordova-plugin-googleplayservices" spec="19.0.3" />
<plugin name="cordova-plugin-android-support-v4" spec="21.0.1" />
<!-- ONESIGNAL
<gap:plugin name="onesignal-cordova-plugin-pgb-compat" source="npm" />
<gap:plugin name="cordova-plugin-googleplayservices" source="npm" />
<gap:plugin name="cordova-plugin-android-support-v4" source="npm" /> -->

</widget>
</widget>

0 comments on commit e69ccb1

Please sign in to comment.