Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the demo with the last version of joli.js
- Loading branch information
1 parent
c579a63
commit 51ad786
Showing
7 changed files
with
112 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.project | ||
build/android/* | ||
build/iphone/* | ||
tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ti:app xmlns:ti="http://ti.appcelerator.org"> | ||
<id>com.jolijs.demo</id> | ||
<name>joliDemo</name> | ||
<version>1.0</version> | ||
<publisher>xavier</publisher> | ||
<url>http://lacot.org/</url> | ||
<description>No description provided</description> | ||
<copyright>2011 by xavier</copyright> | ||
<icon>default_app_logo.png</icon> | ||
<deployment-targets> | ||
<target device="mobileweb">true</target> | ||
<target device="iphone">true</target> | ||
<target device="ipad">true</target> | ||
<target device="blackberry">false</target> | ||
<target device="android">true</target> | ||
</deployment-targets> | ||
<id>com.jolijs.demo</id> | ||
<name>joliDemo</name> | ||
<version>1.0</version> | ||
<publisher>xavier</publisher> | ||
<url>http://lacot.org/</url> | ||
<description>No description provided</description> | ||
<copyright>2011 by xavier</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>53f55927-68cb-4e07-b056-83d5c7d04800</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> | ||
<guid>53f55927-68cb-4e07-b056-83d5c7d04800</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"/> | ||
<modules/> | ||
</ti:app> |