Right now, the native code portion of the iTerm2 plugin as well as the native code portion of the Chicken VNC plugin are included in this repository.
Changes from the original code by gnachman are annotated with iTermLib Edit
. The project includes two additional targets:
- iTerm2Lib: This builds a Cocoa framework that includes everything necessary to create iTerm2 terminal instances and embed them in
NSView
s. - iTerm2LibDemo: This builds a Cocoa application that showcases the functionality in the iTerm2Lib.framework.
The project includes two additional targets:
- ChickenVncFramework: This builds a Cocoa framework that includes everything necessary to create Chicken VNC instances and embed them in
NSView
s. - ChickenFrameworkDemo: This builds a Cocoa application that showcases the functionality in the ChickenVncFramework.framework.
If you need additional information, please contact us.