This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree 6 files changed +8
-8
lines changed
project.xcworkspace/xcshareddata/swiftpm
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 15339
15339
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
15340
15340
requirement = {
15341
15341
kind = exactVersion;
15342
- version = 217.0.0 ;
15342
+ version = 217.0.1 ;
15343
15343
};
15344
15344
};
15345
15345
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Original file line number Diff line number Diff line change 32
32
"kind" : " remoteSourceControl" ,
33
33
"location" : " https://github.com/duckduckgo/BrowserServicesKit" ,
34
34
"state" : {
35
- "revision" : " befc1f1094353d8d88a99ac08885684c978b2016 " ,
36
- "version" : " 217.0.0 "
35
+ "revision" : " 0448a7610e23d03e4d8ac3173af40bd591094d90 " ,
36
+ "version" : " 217.0.1 "
37
37
}
38
38
},
39
39
{
75
75
{
76
76
"identity" : " lottie-spm" ,
77
77
"kind" : " remoteSourceControl" ,
78
- "location" : " https://github.com/airbnb/lottie-spm.git " ,
78
+ "location" : " https://github.com/airbnb/lottie-spm" ,
79
79
"state" : {
80
80
"revision" : " 1d29eccc24cc8b75bff9f6804155112c0ffc9605" ,
81
81
"version" : " 4.4.3"
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: " 217.0.0 " ) ,
32
+ . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 217.0.1 " ) ,
33
33
. package ( path: " ../SwiftUIExtensions " ) ,
34
34
. package ( path: " ../AppKitExtensions " ) ,
35
35
. package ( path: " ../XPCHelper " ) ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ let package = Package(
32
32
targets: [ " FeatureFlags " ] ) ,
33
33
] ,
34
34
dependencies: [
35
- . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 217.0.0 " ) ,
35
+ . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 217.0.1 " ) ,
36
36
] ,
37
37
targets: [
38
38
// Targets are the basic building blocks of a package, defining a module or a test suite.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ let package = Package(
32
32
. library( name: " VPNAppLauncher " , targets: [ " VPNAppLauncher " ] ) ,
33
33
] ,
34
34
dependencies: [
35
- . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 217.0.0 " ) ,
35
+ . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 217.0.1 " ) ,
36
36
. package ( url: " https://github.com/airbnb/lottie-spm " , exact: " 4.4.3 " ) ,
37
37
. package ( path: " ../AppLauncher " ) ,
38
38
. package ( path: " ../UDSHelper " ) ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ let package = Package(
12
12
targets: [ " SubscriptionUI " ] ) ,
13
13
] ,
14
14
dependencies: [
15
- . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 217.0.0 " ) ,
15
+ . package ( url: " https://github.com/duckduckgo/BrowserServicesKit " , exact: " 217.0.1 " ) ,
16
16
. package ( path: " ../SwiftUIExtensions " ) ,
17
17
. package ( path: " ../FeatureFlags " )
18
18
] ,
You can’t perform that action at this time.
0 commit comments