Jeff Kelley
Jeff Kelley
This PR fixes #79 by returning the simulated device model from `NSProcessInfo`, so that if you’re using SDVersion on the simulator you can simulate device-specific code for testing.
This PR adds the sixth-generation iPads released this week.
This PR modifies the Podspec file to add watchOS and tvOS support to FXKeychain, and adds watchOS and tvOS framework targets to the main Xcode project. Everything still builds successfully...
The previous code had been adding sub spec dependencies to the main spec, instead of the sub specs. This caused all SenTestingKit specs to _also_ import the main KIF spec,...
- [X] I have tried with the latest version of OHHTTPStubs - [X] I have read the [README](https://github.com/AliSoftware/OHHTTPStubs/blob/master/README.md) - [X] I have read the [Using the right Swift Version of...
In [one of my projects][1], I have a [method that returns `Never`][2] and calls another method that returns `Never`. Muter identifies this as a side effect and removes it, but...
Even though I have the `fail_build` setting set to `false`, occasionally if xcodebuild returns an exit status of 65, trainer will fail. A snippet from the log ``` ** TEST...
This started as an exercise to code-golf `flattenXcodeProjects(_:targets:)` after being poked by @nwest. I got this far: ``` Swift private func flattenXcodeProjects(projects:[CPXcodeProject], targets:[CPCocoaPodsTarget]) -> [AnyObject] { return projects.flatMap { project...
Rubygems lists `xcode-install` as having updated to version `2.4.4` today, but I don’t see any documentation of it on this repo. In fact, I don't see any release since `2.2.0`—not...
In case Apple ever uses `NY` as a prefix, it would be wise to conform to their [conventions](https://developer.apple.com/library/ios/documentation/cocoa/conceptual/ProgrammingWithObjectiveC/Conventions/Conventions.html) document and use a three-letter prefix.