This repository has been archived on 2026-07-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
eZ.REST/tiapp.xml
T
2011-06-14 15:30:21 +02:00

38 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<id>de.silversolutions.ezrest</id>
<name>eZ.REST</name>
<version>1.0</version>
<publisher>silver.solutions GmbH</publisher>
<url>http://www.silversolutions.de/</url>
<description>eZ Publish and the RESTful interface.</description>
<copyright>2011 by silver.solutions GmbH</copyright>
<icon>default_app_logo.png</icon>
<persistent-wifi>false</persistent-wifi>
<prerendered-icon>false</prerendered-icon>
<statusbar-style>default</statusbar-style>
<statusbar-hidden>false</statusbar-hidden>
<fullscreen>false</fullscreen>
<navbar-hidden>false</navbar-hidden>
<analytics>true</analytics>
<guid>e55da2de-c0eb-4632-b1d0-8b8c1c889ec5</guid>
<iphone>
<orientations device="iphone">
<orientation>Ti.UI.PORTRAIT</orientation>
</orientations>
<orientations device="ipad">
<orientation>Ti.UI.PORTRAIT</orientation>
<orientation>Ti.UI.UPSIDE_PORTRAIT</orientation>
<orientation>Ti.UI.LANDSCAPE_LEFT</orientation>
<orientation>Ti.UI.LANDSCAPE_RIGHT</orientation>
</orientations>
</iphone>
<android xmlns:android="http://schemas.android.com/apk/res/android">
</android>
<modules>
</modules>
<plugins>
<plugin version="1.0">ti_coffee_plugin</plugin>
</plugins>
</ti:app>