MESSING AROUND/INTERNAL USE ONLY. DO NOT DEPEND ON THIS FORK.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
141
commits
9
commits
7
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
1
commits
Unit Tests : Better messages when skipping tests (because classes not being available on the used target OS version)
52bce90View on GitHubRestored iOS6 Deployment Target for the Unit Tests, and added security for machines like Travis-CI still building with older SDK
5cf0bd0View on GitHubAdded Unit Tests for when NSURLSession uses a custom delegate (NSURLSessionDataDelegate)
bd06a75View on GitHubPrevent Unit Tests that involves NSURLSession to be run when we execute the Unit Tests by targeting iOS6 Simulator instead of iOS7 Simulator (as NSURLSession is not available in iOS6 which makes those tests pointless)
179d9d9View on GitHubFixing missing -ObjC flag in Unit Tests (making categories fail to load)
81932ffView on GitHubFixing issue with cookies when nil request.URL on iOS6
2bb2491View on GitHubMerge branch 'cookie-nil-url-unit-tests' of https://github.com/SBiOSoftWhare/OHHTTPStubs into SBiOSoftWhare-cookie-nil-url-unit-tests
2751c87View on GitHubSwitching submodule back to original AFNetworking/AFNetworking.git now that my fork has been merged by mattt
d04f038View on GitHubWrite unit tests in order to show a bad access issue on iOS 6.1 and below, when cookies are enabled and URL is nil on a request.
23d9be3View on GitHubFixing conditional compilation macros (again), adding OSX_MAX_ALLOWED variant too and fixing Travis-CI's Xcode4 compilation error.
c01ec23View on GitHub