forked from maelle-le-bon/quadcopterControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
15 lines (15 loc) · 693 Bytes
/
Copy pathconfig.xml
File metadata and controls
15 lines (15 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0' encoding='utf-8'?>
<widget id="fr.reglisse44.quadcopter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>SAM Controller</name>
<preference name="Orientation" value="landscape" />
<preference name="SplashScreen" value="screen" />
<description>
A sample Apache Cordova application that responds to the deviceready event.
</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
Apache Cordova Team
</author>
<content src="index.html" />
<access origin="*" />
<plugin name="SplashScreen" value="org.apache.cordova.SplashScreen"/>
</widget>