Skip to content

Commit

Permalink
Refactor [v121] Auto update SPM with latest rust-component release 12…
Browse files Browse the repository at this point in the history
…1.0.20231113221234 (#17317)

* Auto update SPM with latest rust-component release 121.0.20231113221234

* Upgrade to Glean v55 and glean-parser 10

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
badboy and github-actions[bot] authored Nov 15, 2023
1 parent f18e6cf commit 43a4712
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18794,7 +18794,7 @@
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 9G8J6YA743;
INFOPLIST_FILE = firefox-ios/Tests/XCUITests/Info.plist;
INFOPLIST_FILE = "firefox-ios/Tests/XCUITests/Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.XCUITests;
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Fennec Enterprise XCUITests";
Expand Down Expand Up @@ -19663,15 +19663,15 @@
repositoryURL = "https://github.com/mozilla/rust-components-swift.git";
requirement = {
kind = exactVersion;
version = 121.0.20231109171254;
version = 121.0.20231113221234;
};
};
435C85EE2788F4D00072B526 /* XCRemoteSwiftPackageReference "glean-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/mozilla/glean-swift";
requirement = {
kind = exactVersion;
version = 54.0.0;
version = 55.0.0;
};
};
4368F83B279669690013419B /* XCRemoteSwiftPackageReference "SnapKit" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mozilla/glean-swift",
"state" : {
"revision" : "63e6475bd275399b701951925c64fd4c9a5f7c2d",
"version" : "54.0.0"
"revision" : "24ed58dcc11c35460edf98975b19cce55e39790a",
"version" : "55.0.0"
}
},
{
Expand Down Expand Up @@ -86,8 +86,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/mozilla/rust-components-swift.git",
"state" : {
"revision" : "ff646fff2c4c8e21adedb064b03216ff10541d0d",
"version" : "121.0.20231109171254"
"revision" : "4d537655febba04634d5e35d15c6d1e0f38a86dc",
"version" : "121.0.20231113221234"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion bin/sdk_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

set -e

GLEAN_PARSER_VERSION=8.1
GLEAN_PARSER_VERSION=10.0

# CMDNAME is used in the usage text below.
# shellcheck disable=SC2034
Expand Down

0 comments on commit 43a4712

Please sign in to comment.