Skip to content

Commit

Permalink
Merge pull request #4 from readdle/feature/update-sqlite-dependency
Browse files Browse the repository at this point in the history
Reintegrate swift-sqlite with unicode as Swift Package
  • Loading branch information
dmytriigolovanov authored Apr 15, 2023
2 parents ad3af1e + e87938e commit b4bc9ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,17 @@
"repositoryURL": "https://github.com/readdle/swift-sqlite",
"state": {
"branch": null,
"revision": "f83bd1d0849d24e6bfc7373803395a6e19f1a5e2",
"version": "3.39.4"
"revision": "3793d5a70e18ba6ddbd3e28f154549d4e4c7befb",
"version": "3.39.4-unicode.1"
}
},
{
"package": "unicode",
"repositoryURL": "https://github.com/readdle/swift-unicode",
"state": {
"branch": null,
"revision": "fb8aac372834ccb8fab0a5c1742df862d47c4156",
"version": "68.2.0"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.4.4")),
.package(name: "SQLite", url: "https://github.com/readdle/swift-sqlite", .upToNextMinor(from: "3.39.4"))
.package(name: "SQLite", url: "https://github.com/readdle/swift-sqlite", .exact( "3.39.4-unicode.1"))
],
targets: [
.target(name: "SwiftFMDB",
Expand All @@ -26,4 +26,4 @@ let package = Package(
dependencies: ["SwiftFMDB"],
exclude: ["main.swift"]),
]
)
)

0 comments on commit b4bc9ad

Please sign in to comment.