Skip to content

Commit

Permalink
unused files removed, privacy dashboard dependency is now driven by BSK
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli committed Nov 20, 2023
1 parent 6a9b35e commit 15eb9a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 351 deletions.
2 changes: 0 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2423,7 +2423,6 @@
F143C32B1E4A9A4800CFDE3A /* RoundedRectangleView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = RoundedRectangleView.swift; path = ../Core/RoundedRectangleView.swift; sourceTree = "<group>"; };
F143C32C1E4A9A4800CFDE3A /* UIViewControllerExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UIViewControllerExtension.swift; path = ../Core/UIViewControllerExtension.swift; sourceTree = "<group>"; };
F143C3451E4AA32D00CFDE3A /* SearchBarExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SearchBarExtension.swift; path = ../Core/SearchBarExtension.swift; sourceTree = "<group>"; };
F14BEF002B064379007864AC /* BrowserServicesKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = BrowserServicesKit; path = ../BrowserServicesKit; sourceTree = "<group>"; };
F14E491E1E391CE900DC037C /* URLExtensionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLExtensionTests.swift; sourceTree = "<group>"; };
F159BDA31F0BDB5A00B4A01D /* TabViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TabViewController.swift; sourceTree = "<group>"; };
F15D431F1E706CC500BF2CDC /* AutocompleteViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AutocompleteViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3574,7 +3573,6 @@
83ED3B8D1FA8E63700B47556 /* README.md */,
83ED3B8C1FA8E61D00B47556 /* ManualTestsScript.md */,
85A313962028E78A00327D00 /* release_notes.txt */,
F14BEF002B064379007864AC /* BrowserServicesKit */,
);
sourceTree = "<group>";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
"version": "3.0.0"
}
},
{
"package": "BrowserServicesKit",
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": "fcappelli/breakage_report_improvements",
"revision": "3beb9e40d9062b330a56b5af77f944a9aa6c39e3",
"version": null
}
},
{
"package": "CocoaAsyncSocket",
"repositoryURL": "https://github.com/robbiehanson/CocoaAsyncSocket",
Expand Down Expand Up @@ -95,9 +104,9 @@
"package": "PrivacyDashboardResources",
"repositoryURL": "https://github.com/duckduckgo/privacy-dashboard",
"state": {
"branch": "shane/ios-form",
"revision": "ad774518f25039ca46d3a7b94e4bf1288f5f581b",
"version": null
"branch": null,
"revision": "59dedf0f4ff1e9147de0806a54c6043861eb0870",
"version": "3.1.0"
}
},
{
Expand Down
201 changes: 0 additions & 201 deletions DuckDuckGo/ReportBrokenSiteView.swift

This file was deleted.

145 changes: 0 additions & 145 deletions DuckDuckGo/ReportBrokenSiteViewController.swift

This file was deleted.

0 comments on commit 15eb9a3

Please sign in to comment.