Adam Sharp

Results 36 comments of Adam Sharp

In a [discussion](https://github.com/gfontenot/vim-xcode/pull/71#issuecomment-233387602) on #71, it became clear that it makes sense to flesh out support for schemes. The core of the problem is that when we use `xcodebuild -showBuildSettings`,...

Note: this would explicitly **not** be supporting ambiguous scheme names in workspaces or projects. Unambiguous scheme lookup can be added later.

Something I've considered is exposing a new property on `MatchResult`: ``` swift var utf16Range: Range { get } ``` Here's how you'd convert that to an `NSRange` for use with...

Learned about [coroutines in libmill](http://libmill.org/documentation.html#coroutines) when reading about [Venice](https://github.com/Zewo/Venice). Looks promising.

The podspec uses the module name `AuthorizeNetAccept`, whereas the Xcode project uses `AcceptSDK`. I wasn't sure which to use, so I went with `AcceptSDK` for now. Let me know if...