Skip to content

Commit

Permalink
updated sdk's version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierlacot committed Jun 26, 2013
1 parent 62499ea commit 8b64204
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 70 deletions.
28 changes: 0 additions & 28 deletions Makefile

This file was deleted.

6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -3,12 +3,12 @@
[joli.js](https://github.com/xavierlacot/joli.js) is a javascript ORM for the
mobile applications framework [Appcelerator Titanium](http://www.appcelerator.com/).

This repository contains a simple example which demonstrates how to use joli.js. This ready-to-use project has been tested with Titanium 1.6.2, and uses the unit tests framework [titanium-jasmine](https://github.com/guilhermechapiewski/titanium-jasmine), based on the excellent [Jasmine BDD framework](http://pivotal.github.com/jasmine/).
This repository contains a simple example which demonstrates how to use joli.js. This ready-to-use project has been tested with Titanium 3.1.1.GA, and uses the unit tests framework [titanium-jasmine](https://github.com/guilhermechapiewski/titanium-jasmine), based on the excellent [Jasmine BDD framework](http://pivotal.github.com/jasmine/).

## How to start the project

First, download the source code. Take care that joli.js itself is a submodule of this repository, so you may have to get it separately.
First, download the source code. Take care that joli.js itself is a submodule of this repository, so you may have to get it separately and put it in the `Resources/lib/vendor/joli.js` folder.

Go to the project root and type the command:

$ make
$ titanium build --platform ios
2 changes: 1 addition & 1 deletion Resources/lib/vendor/joli.js
Submodule joli.js updated 2 files
+30 −9 README.markdown
+15 −8 joli.js
38 changes: 0 additions & 38 deletions bin/titanium.sh

This file was deleted.

2 changes: 2 additions & 0 deletions tiapp.xml
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
<sdk-version>3.1.1.GA</sdk-version>
<deployment-targets>
<target device="tizen">false</target>
<target device="mobileweb">true</target>
<target device="iphone">true</target>
<target device="ipad">true</target>
Expand Down

0 comments on commit 8b64204

Please sign in to comment.