Skip to content

Commit

Permalink
TISTUD-1033 - Adding deploy targets to the tiapp.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shalom Gibly committed Jan 17, 2012
1 parent a1411b5 commit 6ab90cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tiapp.xml
Expand Up @@ -3,6 +3,13 @@
<id>com.nolanwright.kitchensinkipad</id>
<name>KitchenSink-iPad</name>
<version>1.0</version>
<deployment-targets>
<target device="mobileweb">false</target>
<target device="blackberry">false</target>
<target device="iphone">false</target>
<target device="ipad">true</target>
<target device="android">false</target>
</deployment-targets>
<publisher>nwright</publisher>
<url>http://www.appcelerator.com</url>
<description>No description provided</description>
Expand Down

0 comments on commit 6ab90cb

Please sign in to comment.