Skip to content

Commit 6950f2b

Browse files
authored
Merge pull request #4 from reers/jjl_2.0
Depend on JJLISO8601DateFormatter 0.2.0
2 parents d91a555 + e815a09 commit 6950f2b

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let packageDependencies: [Package.Dependency] = [
1818
),
1919
.package(
2020
url: "https://github.com/michaeleisel/JJLISO8601DateFormatter.git",
21-
from: "0.1.8"
21+
from: "0.2.0"
2222
),
2323
]
2424
#endif

Sources/ReerJSON/Utilities.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#if os(Linux)
1413
import Foundation
15-
#else
14+
#if !os(Linux)
1615
import JJLISO8601DateFormatter
1716
#endif
1817

0 commit comments

Comments
 (0)