Skip to content

Commit

Permalink
iOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
Joannis committed Oct 26, 2016
1 parent 0d297ad commit 0d69d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Compatibility.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

import Foundation

#if os(macOS)
#if os(macOS) || os(iOS)
typealias RegularExpression = NSRegularExpression
#endif

0 comments on commit 0d69d1b

Please sign in to comment.