From 91a0c100a73c5257eea20253bac53fb5aeb1e4d1 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Thu, 25 Jan 2024 09:15:08 -0500 Subject: [PATCH] Update Glean to v56.1.0 --- bin/sdk_generator.sh | 2 +- focus-ios/Blockzilla.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- focus-ios/bin/sdk_generator.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/sdk_generator.sh b/bin/sdk_generator.sh index dd05f423f7..78ca3cadd0 100644 --- a/bin/sdk_generator.sh +++ b/bin/sdk_generator.sh @@ -25,7 +25,7 @@ set -e -GLEAN_PARSER_VERSION=10.0 +GLEAN_PARSER_VERSION=11.0 # CMDNAME is used in the usage text below. # shellcheck disable=SC2034 diff --git a/focus-ios/Blockzilla.xcodeproj/project.pbxproj b/focus-ios/Blockzilla.xcodeproj/project.pbxproj index 5b5af4291b..cecdf6faa9 100644 --- a/focus-ios/Blockzilla.xcodeproj/project.pbxproj +++ b/focus-ios/Blockzilla.xcodeproj/project.pbxproj @@ -6513,7 +6513,7 @@ repositoryURL = "https://github.com/mozilla/glean-swift"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 56.0.0; + minimumVersion = 56.1.0; }; }; F8324C2D264C807C007E4BFA /* XCRemoteSwiftPackageReference "SnapKit" */ = { diff --git a/focus-ios/Blockzilla.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/focus-ios/Blockzilla.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 8587dd8c14..0c59e7a95d 100644 --- a/focus-ios/Blockzilla.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/focus-ios/Blockzilla.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/mozilla/glean-swift", "state": { "branch": null, - "revision": "aa9172bfe715a9f918dd95bf49d8f1b2363500a0", - "version": "56.0.0" + "revision": "444f4cadb7b1b99f5c2126ca135437415eb26a5e", + "version": "56.1.0" } }, { diff --git a/focus-ios/bin/sdk_generator.sh b/focus-ios/bin/sdk_generator.sh index a5190940f8..78ca3cadd0 100644 --- a/focus-ios/bin/sdk_generator.sh +++ b/focus-ios/bin/sdk_generator.sh @@ -25,7 +25,7 @@ set -e -GLEAN_PARSER_VERSION=8.1 +GLEAN_PARSER_VERSION=11.0 # CMDNAME is used in the usage text below. # shellcheck disable=SC2034