forked from MKSG-MugunthKumar/MKNetworkKit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2d627c
commit d9d53d1
Showing
1 changed file
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|