aboutsummaryrefslogtreecommitdiffstats
path: root/tiapp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tiapp.xml')
-rw-r--r--tiapp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tiapp.xml b/tiapp.xml
index 676f141..95c252c 100644
--- a/tiapp.xml
+++ b/tiapp.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<deployment-targets>
- <target device="mobileweb">false</target>
- <target device="iphone">true</target>
- <target device="ipad">true</target>
+ <target device="mobileweb">true</target>
+ <target device="iphone">false</target>
+ <target device="ipad">false</target>
<target device="android">false</target>
<target device="blackberry">false</target>
</deployment-targets>