Skip to content

Commit

Permalink
Toggle Connect on Demand in reaction to user-initiated startup & shut…
Browse files Browse the repository at this point in the history
…down.
  • Loading branch information
samsymons committed Apr 22, 2024
1 parent 8b16d76 commit dcbecba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10260,8 +10260,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 138.0.0;
branch = "sam/disable-on-demand-when-user-initiates-shutdown";
kind = branch;
};
};
9F8FE9472BAE50E50071E372 /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"revision" : "b8f0e5db431c63943b509d522c157f870ef03ae0",
"version" : "138.0.0"
"branch" : "sam/disable-on-demand-when-user-initiates-shutdown",
"revision" : "110366dc1cd84de2dba23bd2615d1b3fe96c7aa5"
}
},
{
Expand Down

0 comments on commit dcbecba

Please sign in to comment.