Skip to content

Commit

Permalink
Testing audio player
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Mar 13, 2014
1 parent ba05ad1 commit 78c9ef8
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
<author email="info@x-services.nl" href="http://www.x-services.nl">
X-Services, Netherlands
</author>
<feature name="http://api.phonegap.com/1.0/device" />
<feature name="http://api.phonegap.com/1.0/media" />

<gap:platform name="ios"/>
<gap:platform name="android"/>
Expand All @@ -30,11 +28,10 @@


<!-- PhoneGap plugins -->
<gap:plugin name="org.apache.cordova.dialogs" version="0.2.2" />
<gap:plugin name="org.apache.cordova.dialogs" />
<gap:plugin name="org.apache.cordova.media" />


<preference name="phonegap-version" value="3.1.0"/>
<preference name="phonegap-version"/>
<preference name="orientation" value="portrait" />
<preference name="target-device" value="universal" />
<preference name="fullscreen" value="false" />
Expand All @@ -51,17 +48,6 @@
<preference name="android-installLocation" value="auto" />
<preference name="SplashScreenDelay" value="2000" />

<!-- demo for the new deployment target preference (iOS only) -->
<preference name="deployment-target" value="6.0" />

<!-- demo for allowing landscape orientation on iPad -->
<gap:config-file platform="ios" parent="UISupportedInterfaceOrientations~ipad" overwrite="true">
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</gap:config-file>

<icon src="icon.png" />
<icon gap:density="ldpi" gap:platform="android" src="res/icon/android/icon-36-ldpi.png" />
<icon gap:density="mdpi" gap:platform="android" src="res/icon/android/icon-48-mdpi.png" />
Expand Down

0 comments on commit 78c9ef8

Please sign in to comment.