Skip to content

Commit

Permalink
using BSK branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Jan 2, 2024
1 parent 1c76ee2 commit 2693adf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
9 changes: 2 additions & 7 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13079,8 +13079,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 100.0.1;
branch = shane/onboarding;
kind = branch;
};
};
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Expand Down Expand Up @@ -13616,11 +13616,6 @@
package = B65CD8C92B316DF100A595BB /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */;
productName = SnapshotTesting;
};
B692D0DE2B209FB7003F2548 /* SwiftLintPlugin */ = {
isa = XCSwiftPackageProductDependency;
package = 9807F643278CA16F00E1547B /* XCRemoteSwiftPackageReference "BrowserServicesKit" */;
productName = "plugin:SwiftLintPlugin";
};
B69D06132A4C0AC50032D14D /* SwiftLintPlugin */ = {
isa = XCSwiftPackageProductDependency;
productName = "plugin:SwiftLintPlugin";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "e9c344c15d550112d02853c07efeaa154e911e2b",
"version" : "100.0.1"
"branch" : "shane/onboarding",
"revision" : "a4e2bac7e5abe5e79373ed77c77040b366f12fc6"
}
},
{
"identity" : "content-scope-scripts",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "b7ad9843e70cede0c2ca9c4260d970f62cb28156",
"version" : "4.52.0"
"branch" : "01-02-compiled_assets_for_testing",
"revision" : "c88b9d234de23979e3edc79e75ce8a7ec1a1df3a"
}
},
{
Expand Down Expand Up @@ -147,7 +147,7 @@
{
"identity" : "trackerradarkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/TrackerRadarKit",
"location" : "https://github.com/duckduckgo/TrackerRadarKit.git",
"state" : {
"revision" : "a6b7ba151d9dc6684484f3785293875ec01cc1ff",
"version" : "1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Onboarding/OnboardingUserScript.swift
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ final class OnboardingUserScript: NSObject, Subfeature {
@MainActor
func requestImport(params: Any, original: WKScriptMessage) async throws -> Encodable? {
let response: Response = try await withCheckedThrowingContinuation { continuation in
DataImportViewController.show {
DataImportView.show {
let response = Response()
continuation.resume(returning: response)
}
Expand Down

0 comments on commit 2693adf

Please sign in to comment.