Olivier Halligon
Olivier Halligon
Ping @linksmt about the `#if defined(__IPHONE_7_0)` remark above 😉
There's actually a very recent PR to precisely add support for watchOS 😉 https://github.com/AliSoftware/OHHTTPStubs/pull/286
Hello I've indeed had a strange issue recently with my repo where some very early commits were completely detached from the initial commit (my commit repo had 2 initial commits…...
_Side note: btw that's also one reason I wouldn't favor including third party libraries using submodules but rather using a dependency manager (CocoaPods or Carthage typically), which solves transitive dependencies...
Hi Mike I get the problem but I'm not sure I like using some magical NSNull value (feels more like a hack to me) What about adding an additional property...
Also I'm not sure that the Swift generated API would explicitly allow Optional values so from Swift we couldn't replace that magical `NSNull` you suggest to be `nil` (except changing...
I'll try to take a look at that in a few weeks after all my conference talks are done 😉 But just wondering how that would work with the auto-installation...
The stubbing of an MP4 file is no different from the stubbing of any other request by any other type of file. - What did you try? (please give code...
If you put a breakpoint in the first block (`return [request.URL.pathExtension isEqualToString:@"mp4"];`) do the code goes in that block? I wonder if something has changed in iOS10 related to UIWebView...
Ok, then I'm starting to wonder if something didn't change in the last versions of iOS, like maybe since iOS10 the `UIWebView` now use an internal `NSURLSession` to do their...