Skip to content

Commit c9c6d46

Browse files
authored
Merge pull request #56 from ltetzlaff/add-linux-support
Add Linux support
2 parents 0ca0e99 + d19a533 commit c9c6d46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SwiftyXMLParser/Parser.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
*/
2424

2525
import Foundation
26+
#if canImport(FoundationXML)
27+
import FoundationXML
28+
#endif
2629

2730
extension XML {
2831
class Parser: NSObject, XMLParserDelegate {

0 commit comments

Comments
 (0)