Christian Hoffmann
Christian Hoffmann
Hi, just wanted to tell, that I tested on iPhone 4S. When adding a STFail it fails on device and simulator, so I can't say they always succeed. Seems to...
Yes, latest iOS and Xcode on Lion, both NOT beta
Tested one more, this time on iPad2 Adding - (void) testFail { STFail(@"This should fail"); } in AMCTestSimple let the tests fail. Version 4.2.1, Build 4D502. Regards
Hi and thanks for the answer. I did not explicitly test it against our setup, but various tests seem to indicate, that bundle size matter: https://mikhail.io/serverless/coldstarts/aws/ => See headline `Does...
I tested with the new modular version and it stripes off around one MB.
Thanks a lot for the update. Will look into it tomorrow and see if I will open up other issues (as suggested)
Hi emu742, What do you mean with `an updated SwiftyJSON source available`? We do not have `SwiftyJSON` as dependency. Did you manage to resolve the errors after the automatic migration?...
Hi fabiomassimo. The use case you describe is currently not possible with `Heimdallr.swift` because we (as users of the library) never had the need for that. If you would like...
Hi, I would say you just have implement your own HTTPClient class, conforming to the `HeimdallrHTTPClient` protocol, give it to `Heimdallr`s initializer and you should be good to go. If...
Hi and thanks for your contribution! I had a look and I think this is definitely the right way to go! Regarding testing I would try the following: Inject the...