Skip to content
forked from wookay/libcat

interactive iOS application development

Notifications You must be signed in to change notification settings

jessie935513/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

  • Objective-C 97.0%
  • Ruby 2.9%
  • Other 0.1%