millenomi / swapkit

SwapKit facilitates IPC between iPhone applications on iPhone OS 3 and later.
http://infinite-labs.net/swapkit
Other
76 stars 3 forks source link

Should have docs + a script to build the framework (binary package). #11

Closed millenomi closed 14 years ago

millenomi commented 14 years ago

Building the framework requires the following nontrivial action sequence:

  1. Build a Simulator SDK version of the library target;
  2. Build a base SDK version of the library target;
  3. Build the framework target (with its base SDK!).

There should really be a xcodebuild-using script that does it, especially given that I want to have frequent updates.

millenomi commented 14 years ago

Also docs, of course.