Difference between revisions of "SQLite for iPhone and iPod touch"

From Organic Design wiki
m
(add link to example repository)
Line 1: Line 1:
 
[[Category:Hardware]][[Category:MediaWikiLite]]
 
[[Category:Hardware]][[Category:MediaWikiLite]]
 
How to get [http://www.sqlite.org/ sqlLite] running on an iPod touch. I'm assuming the same toolchain will work with iPhone as i'm pretty sure they're the same architecture.
 
How to get [http://www.sqlite.org/ sqlLite] running on an iPod touch. I'm assuming the same toolchain will work with iPhone as i'm pretty sure they're the same architecture.
 +
==Repository==
 +
Here is an example iPhone / iPod touch package repository designed for use with Installer.app
 +
*https://www.sit.auckland.ac.nz/packages/
 +
 +
==See also==
 
*[http://www.oreillynet.com/mac/blog/2007/09/easy_iphone_toolchain_installa.html toolchain installer for mac]
 
*[http://www.oreillynet.com/mac/blog/2007/09/easy_iphone_toolchain_installa.html toolchain installer for mac]
 
*[http://iphone.fiveforty.net/wiki/index.php/Toolchain_Helper Toolchain helper] - MacTel and PPC. Copies filesystem onto Mac for development
 
*[http://iphone.fiveforty.net/wiki/index.php/Toolchain_Helper Toolchain helper] - MacTel and PPC. Copies filesystem onto Mac for development
 
*[http://iphone.fiveforty.net/wiki/index.php/IPhone_Java#SQLite_JDBC_Driver SQLite] - caution java
 
*[http://iphone.fiveforty.net/wiki/index.php/IPhone_Java#SQLite_JDBC_Driver SQLite] - caution java
 
*[http://iphone.nullriver.com/beta/ How to make a package for iPhone] - example structure in a [http://iphone.nullriver.com/beta/demo.zip zip file.]
 
*[http://iphone.nullriver.com/beta/ How to make a package for iPhone] - example structure in a [http://iphone.nullriver.com/beta/demo.zip zip file.]

Revision as of 11:19, 13 January 2008

How to get sqlLite running on an iPod touch. I'm assuming the same toolchain will work with iPhone as i'm pretty sure they're the same architecture.

Repository

Here is an example iPhone / iPod touch package repository designed for use with Installer.app

See also