Tyler Williamson

Results 5 issues of Tyler Williamson

Clang settings appear to be added to the wrong configuration list within the `project.pbxproj` file. When trying to set `CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED` to `YES` in order to silence a warning, Xcodegen adds...

I'm open to suggestions on the flag name. ### What? Adds a new flag that suppresses all output aside from the `.xcodeproj` path upon success. ### Why? To allow for...

Xcode yells at you when `self` isn't explicitly mentioned withing blocks. This pull request makes Xcode calm down by adding `self->` in the appropriate places within blocks.

In a classic Swift move, names were changed, and code got broken. This is a one line fix that renames ARSessionConfiguration and ARWorldTrackingSessionConfiguration to ARConfiguration and ARWorldTrackingConfiguration respectively. I also...

wheniskeynote.com [produces a certificate mismatch error](https://www.ssllabs.com/ssltest/analyze.html?d=wheniskeynote.com) when attempting to connect via https. [HTTPS can easily be set up for free via Let's Encrypt](https://letsencrypt.org/), and should be used over a regular...