Skip to content

Commit

Permalink
Merge pull request #56 from ltetzlaff/add-linux-support
Browse files Browse the repository at this point in the history
Add Linux support
  • Loading branch information
kazuhiro4949 authored Nov 9, 2020
2 parents 0ca0e99 + d19a533 commit c9c6d46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SwiftyXMLParser/Parser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
*/

import Foundation
#if canImport(FoundationXML)
import FoundationXML
#endif

extension XML {
class Parser: NSObject, XMLParserDelegate {
Expand Down

0 comments on commit c9c6d46

Please sign in to comment.