Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MKSG-MugunthKumar committed Nov 28, 2011
1 parent b2d627c commit d9d53d1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,16 @@ Read the <a href="http://mk.sg/8w"> blog post</a> for more.
* Read about response redirects and implement delegate callbacks or state variables
* Freeze operations when the are about to be executed if reachability is NotReachable
* Integrate the ARC version of Reachability from https://gist.github.com/1182373
* Write a run script to auto generate header docs
dst_dir = $(SRCROOT)/Documentation
rm -rf $(dst_dir)
mkdir $(dst_dir)
headerdoc2html -u -t -o $(dst_dir)
gatherheaderdoc $(dst_dir) index.html

I'll be working on this soon. But you can start forking it and getting it right

###Known Issues
Frozen operations don't report progress/completion handlers back to the calling code.
* Frozen operations don't report progress/completion handlers back to the calling code.
* The generate header docs scripts spits out tons of error. FIX THIS

###A note on licensing
Attribution free licensing available upon request. Contact me at <a href="mailto:[email protected]"> [email protected] </a>


Change MKSG twitter password
Cleanup download paths

Expand Down

0 comments on commit d9d53d1

Please sign in to comment.