Skip to content

Commit

Permalink
Added the manifest and tiapp.xml files
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Enrique <pedro.tma@gmail.com>
  • Loading branch information
pec1985 committed Mar 12, 2011
1 parent 0e4c9a7 commit a280bb9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#appname:calendar
#publisher:Pedro Enirique
#url:http://pec1985.com/
#image:appicon.png
#appid:com.pec1985.calendarView
#desc:No description provided
#type:mobile
#guid:86f39653-c117-464a-8e04-4643b523d354
22 changes: 22 additions & 0 deletions tiapp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<deployment-targets>
<target device="iphone">true</target>
</deployment-targets>
<id>com.pec1985.calendarView</id>
<name>calendar</name>
<version>1.0</version>
<publisher>Pedro Enirique</publisher>
<url>http://pec1985.com/</url>
<description>No description provided</description>
<copyright>2010 by Pedro</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>86f39653-c117-464a-8e04-4643b523d354</guid>
</ti:app>

0 comments on commit a280bb9

Please sign in to comment.