PortableMag/config.xml
Alex A. Naanou bebd54830e removed the landscape-only config.xml option...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2013-01-27 03:46:13 +04:00

32 lines
685 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:gap="http://phonegap.com/ns/1.0"
id="org.PortableMag"
versionCode="10"
version="0.0.1">
<name>PortableMag</name>
<description>
Portable Magazine tech-demo.
</description>
<author href="https://github.com/flynx/PortableMag" email="alex.nanou@gmail.com">
Alex A. Naanou
</author>
<!--preference name="orientation" value="landscape" /-->
<preference name="fullscreen" value="true" />
<feature name="http://api.phonegap.com/1.0/file"/>
<feature name="http://api.phonegap.com/1.0/network"/>
<feature name="http://api.phonegap.com/1.0/notification"/>
</widget>