Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 745 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 745 Bytes

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