emaloney
emaloney
The version of appledoc on the current master branch (latest commit: d2e65f8c2faa066acfea2dbb51a5ec2d5364c7ec) does not preserve method argument types. All arguments for all methods show up as having type 'id'. I...
The clang compiler that debuted with Swift 1.2 introduces some new nullability annotations to Objective-C that are intended to improve Swift interoperability. Adopting these annotations will not only make it...
To avoid the overhead of thread synchronization schemes, it's been a long-running decision to restrict the use of Mockingbird expressions to the main thread, and the same goes for the...
We were using CleanroomASL to query the system log to ensure that logging was successful in unit tests. With the removal of CleanroomASL, we'll need to rethink the validation code...
The clang compiler that debuted with Swift 1.2 introduces some new nullability annotations to Objective-C that are intended to improve Swift interoperability. Adopting these annotations will not only make it...
Hello, This pull request is for the issue described here: https://github.com/ZaBlanc/RaptureXML/issues/61 Feel free to reach out to me if you need any further info or if I can help in...
The 'xml' property on the RXMLElement class is available on master, but was added after the last tag in the podspec. In order to use the 'xml' property, this repo...