aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifest2
-rw-r--r--tiapp.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/manifest b/manifest
index de3e23b..9fecf3c 100644
--- a/manifest
+++ b/manifest
@@ -4,5 +4,5 @@
#image:appicon.png
#appid:com.likefeed.LikeFeed
#desc:not specified
-#type:ipad
+#type:mobile
#guid:ccd110bb-8710-4380-ad4a-94d93e18d62a
diff --git a/tiapp.xml b/tiapp.xml
index 9cc4a2f..c53767d 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>