GitXplorerGitXplorer
d

ObjectTool

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2577a1b79d1ce2306d528a6a4e80aaf781865333

cancel before enqueuing the task termination on the control queue so that any operation on the control queue sees the operation as cancelled

committed 11 years ago
Unverified
2f28297cbf43808537002bda2867dd60ad151376

remove redundant cancellation

committed 11 years ago
Unverified
a738b182e65d72a830d9696bade900109542e110

add documentation

committed 11 years ago
Unverified
e628ff99abad017d84b430c6a6600cb808aa7b19

remove ignored stuff;

committed 11 years ago
Unverified
e4ac61bc33fe300b94a8e7904fb31520a87c19ff

add gitignore

committed 11 years ago
Unverified
e85f9803ac7ffbc1ab492eef29b2e59d869fbe31

add README

committed 11 years ago

README

The README file for this repository.

This is a very simple GUI application adding a UI around otool.

I am trying to learn ReactiveCocoa and with this project I will attempt to replace the NSOperation architecture I usually use with one based on RAC.

The master branch will contain my original version based on a concurrent NSOperation wrapping an NSTask running otool. The idea is to refactor all this to use RAC.