Skip to content

Commit

Permalink
Merge pull request #182 from tid-kijyun/feature/v4.0.0
Browse files Browse the repository at this point in the history
Feature/v4.0.0
  • Loading branch information
tid-kijyun authored Mar 4, 2018
2 parents 4618869 + 81ce91f commit 44b169e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Modules/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module libxml2 [system] {
module libxmlKanna [system] {
link "xml2"
umbrella header "libxml2-kanna.h"
export *
Expand Down
2 changes: 1 addition & 1 deletion Sources/Kanna/CSS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import Foundation
#if SWIFT_PACKAGE
import SwiftClibxml2
#else
import libxml2
import libxmlKanna
#endif

typealias AKRegularExpression = NSRegularExpression
Expand Down
2 changes: 1 addition & 1 deletion Sources/Kanna/Kanna.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import Foundation
#if SWIFT_PACKAGE
import SwiftClibxml2
#else
import libxml2
import libxmlKanna
#endif

/*
Expand Down
2 changes: 1 addition & 1 deletion Sources/Kanna/libxmlHTMLDocument.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import CoreFoundation
#if SWIFT_PACKAGE
import SwiftClibxml2
#else
import libxml2
import libxmlKanna
#endif

extension String.Encoding {
Expand Down
2 changes: 1 addition & 1 deletion Sources/Kanna/libxmlHTMLNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import Foundation
#if SWIFT_PACKAGE
import SwiftClibxml2
#else
import libxml2
import libxmlKanna
#endif

/**
Expand Down
2 changes: 1 addition & 1 deletion Sources/Kanna/libxmlParserOption.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import Foundation
#if SWIFT_PACKAGE
import SwiftClibxml2
#else
import libxml2
import libxmlKanna
#endif

/*
Expand Down

0 comments on commit 44b169e

Please sign in to comment.