Skip to content

Commit

Permalink
Update BSK ref and prepare for AdHoc build
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaresiak committed Oct 1, 2023
1 parent 3c0bd51 commit e30370b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MARKETING_VERSION = 7.91.0
MARKETING_VERSION = 7.91.0+cr1
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8955,8 +8955,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/DuckDuckGo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 80.4.0;
branch = "bartek/empty-string-crash";
kind = branch;
};
};
C14882EB27F211A000D59F0C /* XCRemoteSwiftPackageReference "SwiftSoup" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"package": "BrowserServicesKit",
"repositoryURL": "https://github.com/DuckDuckGo/BrowserServicesKit",
"state": {
"branch": null,
"revision": "8192bc4708c36fda09667f1e84c2e29d3a725c0c",
"version": "80.4.0"
"branch": "bartek/empty-string-crash",
"revision": "8350cf450ff39002d098191f4fefcbc7efb260ad",
"version": null
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<array>
<dict>
<key>DefaultValue</key>
<string>7.91.0</string>
<string>7.91.0+cr1</string>
<key>Key</key>
<string>version</string>
<key>Title</key>
Expand Down

0 comments on commit e30370b

Please sign in to comment.