This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Commit 0fc4478 1 parent d8e1a84 commit 0fc4478 Copy full SHA for 0fc4478
File tree 5 files changed +9
-9
lines changed
project.xcworkspace/xcshareddata/swiftpm
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 14219
14219
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
14220
14220
requirement = {
14221
14221
kind = exactVersion;
14222
- version = 81.1.1 ;
14222
+ version = 81.2.0 ;
14223
14223
};
14224
14224
};
14225
14225
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Original file line number Diff line number Diff line change 14
14
"kind" : "remoteSourceControl",
15
15
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
16
16
"state" : {
17
- "revision" : "92948321f544c00bcdef7c23ebec739b84f71a8a ",
18
- "version" : "81.1.1 "
17
+ "revision" : "20ef8a4b3791a57d475cd848afdecb85fa010a5e ",
18
+ "version" : "81.2.0 "
19
19
}
20
20
},
21
21
{
22
22
"identity" : "content-scope-scripts",
23
23
"kind" : "remoteSourceControl",
24
24
"location" : "https://github.com/duckduckgo/content-scope-scripts",
25
25
"state" : {
26
- "revision" : "74b6142c016be354144f28551de41b50c4864b1f ",
27
- "version" : "4.37 .0"
26
+ "revision" : "aa279a3b006a0b1e009707311283c7fcaed24fb7 ",
27
+ "version" : "4.39 .0"
28
28
}
29
29
},
30
30
{
129
129
{
130
130
"identity" : "trackerradarkit",
131
131
"kind" : "remoteSourceControl",
132
- "location" : "https://github.com/duckduckgo/TrackerRadarKit.git ",
132
+ "location" : "https://github.com/duckduckgo/TrackerRadarKit",
133
133
"state" : {
134
134
"revision" : "4684440d03304e7638a2c8086895367e90987463",
135
135
"version" : "1.2.1"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ let package = Package(
12
12
targets: [ " Account " ] ) ,
13
13
] ,
14
14
dependencies: [
15
- . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 81.1.1 " ) ,
15
+ . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 81.2.0 " ) ,
16
16
. package ( path: " ../Purchase " )
17
17
] ,
18
18
targets: [
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ let package = Package(
29
29
targets: [ " DataBrokerProtection " ] )
30
30
] ,
31
31
dependencies: [
32
- . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 81.1.1 " ) ,
32
+ . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 81.2.0 " ) ,
33
33
. package ( path: " ../SwiftUIExtensions " )
34
34
] ,
35
35
targets: [
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ let package = Package(
31
31
. library( name: " NetworkProtectionUI " , targets: [ " NetworkProtectionUI " ] )
32
32
] ,
33
33
dependencies: [
34
- . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 81.1.1 " ) ,
34
+ . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 81.2.0 " ) ,
35
35
. package ( path: " ../XPC " ) ,
36
36
. package ( path: " ../SwiftUIExtensions " )
37
37
] ,
You can’t perform that action at this time.
0 commit comments