Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Fix platforms builds after adding unsafe flags #166

Merged
merged 3 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/duckduckgo/GRDB.swift.git",
"state": {
"branch": null,
"revision": "f465dd5c0bf590cdb9bee4e96c53b1719ee30730",
"version": "1.2.0"
"revision": "830ddd161710ed7a80dcbeb4d4b62cf0ae4d8baf",
"version": "1.2.1"
}
},
{
Expand Down
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
],
dependencies: [
.package(name: "Autofill", url: "https://github.com/duckduckgo/duckduckgo-autofill.git", .exact("5.2.0")),
.package(name: "GRDB", url: "https://github.com/duckduckgo/GRDB.swift.git", .exact("1.2.0")),
.package(name: "GRDB", url: "https://github.com/duckduckgo/GRDB.swift.git", .exact("1.2.1")),
.package(url: "https://github.com/duckduckgo/TrackerRadarKit", .exact("1.1.1")),
.package(name: "Punycode", url: "https://github.com/gumob/PunycodeSwift.git", .exact("2.1.0")),
.package(url: "https://github.com/duckduckgo/content-scope-scripts", .exact("3.2.0"))
Expand Down Expand Up @@ -78,5 +78,6 @@ let package = Package(
"Common"
]
)
]
],
cxxLanguageStandard: .cxx11
)