Dependencies
------------

Dropbox for iPhone has the dependencies listed below. If these are not in the correct places relative to the Dropbox Xcode project, the build will fail.
Make sure you are using Mercurial 1.3 or later for dependencies to get pulled in correctly.
Also be sure to not use "Base SDK" as your Active SDK as that has been known not to work correctly. 

FMDB -- ObjC sqllite wrapper. Source is completely pulled into Dropbox (so you don't need to get this setup), but may be useful to keep an eye on what the devs are doing w/ it.
MPOAuth -- ObjC OAuth library. This will be automatically pulled in as a subrepo.
Three20 -- Useful UI library. This will also be automatically pulled in as a subrepo.
JSON.framework -- ObjC JSON library. We use the standard library: svn checkout http://json-framework.googlecode.com/svn/trunk/ json-framework-read-only
				  You will need to install the Framework as per the install instructions.

Setup Instructions
------------------

These should get you to the point you can build the Dropbox project

$ mkdir hg svn
$ cd hg
$ hg clone ssh://hg@mantra.local//var/hg/iphone iphone
$ cd ../svn
$ svn checkout http://json-framework.googlecode.com/svn/trunk/ json-framework-read-only
