Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

🦏 Rudimentary Rhinoceros 🦏

Compare
Choose a tag to compare
@RLovelett RLovelett released this 11 Dec 13:48
· 52 commits to master since this release
cc8f95e

Binary

The attached binary was built using the command swift build -c release -Xswiftc -target -Xswiftc x86_64-apple-macosx10.11 using the swift-DEVELOPMENT-SNAPSHOT-2016-12-09-a toolchain on macOS Sierra 10.12.2 Beta (16C63a).

Of course you can always build it locally on your macOS system.

$ git clone https://github.com/RLovelett/langserver-swift.git
$ git checkout 0.1.0
$ swift build -c release -Xswiftc -target -Xswiftc x86_64-apple-macosx10.11