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.
Fixed an issue when operations are frozen/restored when cachin is not…
… enabled
- Loading branch information
1 parent
dfe29ff
commit dc4aa45
Showing
6 changed files
with
24 additions
and
11 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
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
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
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 |
---|---|---|
|
@@ -46,4 +46,7 @@ | |
|
||
#define MKNETWORKCACHE_DEFAULT_COST 10 | ||
#define MKNETWORKCACHE_DEFAULT_DIRECTORY @"MKNetworkKitCache" | ||
|
||
#endif | ||
|
||
|
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 |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
// THE SOFTWARE. | ||
|
||
#import <UIKit/UIKit.h> | ||
#import "MKNetworkKit.h" | ||
|
||
/*! | ||
@header MKNetworkOperation.h | ||
|
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 |
---|---|---|
|
@@ -56,8 +56,3 @@ I'll be working on this soon. But you can start forking it and getting it right | |
|
||
###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 | ||
|
||
|