Skip to content

Commit 4fa9720

Browse files
committed
Update documentation.
1 parent 8186fd1 commit 4fa9720

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Sources/LispKit/Resources/* linguist-vendored
2+
Tests/LispKitTests/Code/* linguist-vendored

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![Platform: macOS](https://img.shields.io/badge/Platform-macOS-blue.svg?style=flat)](https://developer.apple.com/osx/)
55
[![Language: Swift 4.1](https://img.shields.io/badge/Language-Swift%204.1-green.svg?style=flat)](https://developer.apple.com/swift/)
6-
[![IDE: Xcode 9.3](https://img.shields.io/badge/IDE-Xcode%209.3-orange.svg?style=flat)](https://developer.apple.com/xcode/)
6+
[![IDE: Xcode 9.4](https://img.shields.io/badge/IDE-Xcode%209.4-orange.svg?style=flat)](https://developer.apple.com/xcode/)
77
[![Carthage: compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
88
[![License: Apache](http://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat)](https://raw.githubusercontent.com/objecthub/swift-lispkit/master/LICENSE)
99

@@ -183,7 +183,7 @@ The following technologies are needed to build the components of the LispKit fra
183183
command-line tool, Xcode and Carthage are not strictly needed. Just for compiling the framework and trying
184184
the command-line tool in Xcode, the Swift Package Manager is not needed.
185185

186-
- [Xcode 9.3](https://developer.apple.com/xcode/)
186+
- [Xcode 9.4](https://developer.apple.com/xcode/)
187187
- [Carthage](https://github.com/Carthage/Carthage)
188188
- [Swift Package Manager](https://swift.org/package-manager/)
189189
- [Swift 4.1](https://developer.apple.com/swift/)

0 commit comments

Comments
 (0)