Skip to content

stevedekorte/ObjcTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObjcTask

API compatible (of the methods it supports) replacement for NSTask.

Useful if you need to tinker with the internals of a task e.g. adding code between the fork() and exec() calls. I'd only recommend using it if you need to do something you can't do with NSTask.

The callsystem.[hc] files are from the Io language project and were written by Christian Thaeter. I just wrote the Objective-c wrapper for it. Another repo for callsystem can be found at: git://git.pipapo.org/callsystem

About

Alternative NSTask implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published