Skip to content

Commit

Permalink
Remove CocoaAsyncSocket.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Apr 26, 2024
1 parent 486bdeb commit 745506e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
17 changes: 0 additions & 17 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

/* Begin PBXBuildFile section */
02025664298818B200E694E7 /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 02025663298818B100E694E7 /* NetworkExtension.framework */; };
0202569029881ECA00E694E7 /* CocoaAsyncSocket in Frameworks */ = {isa = PBXBuildFile; productRef = 0202568F29881ECA00E694E7 /* CocoaAsyncSocket */; };
0238E44F29C0FAA100615E30 /* FindInPageIOSJSSupport in Frameworks */ = {isa = PBXBuildFile; productRef = 0238E44E29C0FAA100615E30 /* FindInPageIOSJSSupport */; };
025CD01025826035001CD5BB /* FingerprintUITest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 025CCF75257EAFAF001CD5BB /* FingerprintUITest.swift */; };
026DABA428242BC80089E0B5 /* MockUserAgent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 026DABA328242BC80089E0B5 /* MockUserAgent.swift */; };
Expand Down Expand Up @@ -2579,7 +2578,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
0202569029881ECA00E694E7 /* CocoaAsyncSocket in Frameworks */,
02025664298818B200E694E7 /* NetworkExtension.framework in Frameworks */,
4B470EE4299C6DFB0086EBDC /* Core.framework in Frameworks */,
);
Expand Down Expand Up @@ -5335,7 +5333,6 @@
);
name = PacketTunnelProvider;
packageProductDependencies = (
0202568F29881ECA00E694E7 /* CocoaAsyncSocket */,
);
productName = PacketTunnelProvider;
productReference = 02025662298818B100E694E7 /* PacketTunnelProvider.appex */;
Expand Down Expand Up @@ -5739,7 +5736,6 @@
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */,
98A16C2928A11BDE00A6C003 /* XCRemoteSwiftPackageReference "BrowserServicesKit" */,
F42D541B29DCA40B004C4FF1 /* XCRemoteSwiftPackageReference "DesignResourcesKit" */,
0202568C29881E4300E694E7 /* XCRemoteSwiftPackageReference "CocoaAsyncSocket" */,
0238E44D29C0FAA100615E30 /* XCRemoteSwiftPackageReference "ios-js-support" */,
854007E52B57FB020001BD98 /* XCRemoteSwiftPackageReference "ZIPFoundation" */,
B6F997C22B8F374300476735 /* XCRemoteSwiftPackageReference "apple-toolbox" */,
Expand Down Expand Up @@ -9622,14 +9618,6 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
0202568C29881E4300E694E7 /* XCRemoteSwiftPackageReference "CocoaAsyncSocket" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/robbiehanson/CocoaAsyncSocket";
requirement = {
kind = exactVersion;
version = 7.6.5;
};
};
0238E44D29C0FAA100615E30 /* XCRemoteSwiftPackageReference "ios-js-support" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/ios-js-support";
Expand Down Expand Up @@ -9729,11 +9717,6 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
0202568F29881ECA00E694E7 /* CocoaAsyncSocket */ = {
isa = XCSwiftPackageProductDependency;
package = 0202568C29881E4300E694E7 /* XCRemoteSwiftPackageReference "CocoaAsyncSocket" */;
productName = CocoaAsyncSocket;
};
0238E44E29C0FAA100615E30 /* FindInPageIOSJSSupport */ = {
isa = XCSwiftPackageProductDependency;
package = 0238E44D29C0FAA100615E30 /* XCRemoteSwiftPackageReference "ios-js-support" */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@
"version" : "140.0.1"
}
},
{
"identity" : "cocoaasyncsocket",
"kind" : "remoteSourceControl",
"location" : "https://github.com/robbiehanson/CocoaAsyncSocket",
"state" : {
"revision" : "dbdc00669c1ced63b27c3c5f052ee4d28f10150c",
"version" : "7.6.5"
}
},
{
"identity" : "content-scope-scripts",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 745506e

Please sign in to comment.