Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit fa88b1b

Browse files
committed
Update for Xcode 7 beta 6
1 parent a5499ee commit fa88b1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "soffes/X" "6a4bc95a13cfb24e0c17f42efb4ec6b39767a048"
1+
github "soffes/X" "48d1541834487a4ecb0bb4b37ac1621dfd84ec8f"

SyntaxKit/CaptureCollection.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct CaptureCollection {
1515
private let captures: [UInt: Capture]
1616

1717
var captureIndexes: [UInt] {
18-
var keys = captures.keys.array
18+
var keys = Array(captures.keys)
1919
keys.sortInPlace() { $0 < $1 }
2020
return keys
2121
}

0 commit comments

Comments
 (0)