Skip to content

wookay/libcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

interactive iOS application development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages