Skip to content

Commit

Permalink
Update BSK
Browse files Browse the repository at this point in the history
  • Loading branch information
quanganhdo committed Oct 16, 2024
1 parent 33d5ddc commit a879394
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14277,8 +14277,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 199.3.0;
branch = "anh/updated-release-notes";
kind = branch;
};
};
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "4b5e53fc8ae617247063eb2732f4db89234a5b3b",
"version" : "199.3.0"
"branch" : "anh/updated-release-notes",
"revision" : "d8460df98043222b4ef7848089ccba115c1e3de4"
}
},
{
"identity" : "content-scope-scripts",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/content-scope-scripts",
"state" : {
"revision" : "1ed569676555d493c9c5575eaed22aa02569aac9",
"version" : "6.19.0"
"branch" : "pr-releases/pr-1105",
"revision" : "d4530ff8400670aca81a89bf9185f69e513b0979"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
<key>SUEnableAutomaticChecks</key>
<true/>
<key>SUFeedURL</key>
<string>https://staticcdn.duckduckgo.com/macos-desktop-browser/appcast2.xml</string>
<string>https://github.com/quanganhdo/playground/raw/main/appcast2.xml</string>
<key>SUPublicEDKey</key>
<string>ZaO/DNMzMPBldh40b5xVrpNBmqRkuGY0BNRCUng2qRo=</string>
<key>SUScheduledCheckInterval</key>
Expand Down

0 comments on commit a879394

Please sign in to comment.