All Projects → wookay → libcat

wookay / libcat

Licence: other
interactive iOS application development

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

libcat : interactive iPhone application development

How to use TestApp

  1. Open and run the TestApp
  2. Run script/console.rb on terminal
  3. Interactive development with console

How to use it on your project

  1. Add libcat to your project

  2. Add following code to YourAppDelegate.m

    #import "ConsoleManager.h"

    [ConsoleManager run];

  3. Add QuartzCore.framework, CFNetwork.framework

  4. Run your App

  5. Run script/console.rb on terminal

Feedback

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].