From 3b0b401e498fd0096467daed39057c6c0b8e0cda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:10:14 +0100 Subject: [PATCH] Update XcodeGen (#5520) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Element CI --- ElementX.xcodeproj/project.pbxproj | 6 +++--- .../xcshareddata/swiftpm/Package.resolved | 14 +++++++------- project.yml | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 2db065590..ccb9502b4 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -10079,7 +10079,7 @@ repositoryURL = "https://github.com/maplibre/maplibre-gl-native-distribution"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 6.25.0; + minimumVersion = 6.25.1; }; }; 395DE6AE429B7ACC7C7FE31D /* XCRemoteSwiftPackageReference "KZFileWatchers" */ = { @@ -10183,7 +10183,7 @@ repositoryURL = "https://github.com/PostHog/posthog-ios"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 3.54.0; + minimumVersion = 3.55.1; }; }; A08925A9D5E3770DEB9D8509 /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = { @@ -10191,7 +10191,7 @@ repositoryURL = "https://github.com/getsentry/sentry-cocoa"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 9.10.0; + minimumVersion = 9.11.0; }; }; AB8E808A59756170682BEC20 /* XCRemoteSwiftPackageReference "SwiftSoup" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index a28b370c3..a2c8ef218 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "ffbed4fcb99c97f1daf5f706d30ba2acbdb0810f8774b9720d29257d9854f83e", + "originHash" : "6eccca91b7f5f7d7d50476c059d00f2944d321851b0e0c1d6afb529416131af2", "pins" : [ { "identity" : "compound-design-tokens", @@ -131,8 +131,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/maplibre/maplibre-gl-native-distribution", "state" : { - "revision" : "e0ee2c11a2859e22d3f0dd29705c18169bdafa7b", - "version" : "6.25.0" + "revision" : "40e1a0db6d055abf8a1b6e2f6127a8bb6e895cf8", + "version" : "6.25.1" } }, { @@ -194,8 +194,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/PostHog/posthog-ios", "state" : { - "revision" : "b9aa734f24973d5a017da0c18a87af2afcbc0c26", - "version" : "3.54.0" + "revision" : "c165ead50ecf66368685a8467fa625fc0960bace", + "version" : "3.55.1" } }, { @@ -203,8 +203,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/getsentry/sentry-cocoa", "state" : { - "revision" : "3a22ecd00ad1398747bfd587e44df82716908dd3", - "version" : "9.10.0" + "revision" : "a49e7c2148ac9e38bd35ef4f13bc9d6ea3ff0b81", + "version" : "9.11.0" } }, { diff --git a/project.yml b/project.yml index bc407b90b..1fdd2b872 100644 --- a/project.yml +++ b/project.yml @@ -141,13 +141,13 @@ packages: minorVersion: 1.2.1 MapLibre: url: https://github.com/maplibre/maplibre-gl-native-distribution - minorVersion: 6.25.0 + minorVersion: 6.25.1 PostHog: url: https://github.com/PostHog/posthog-ios - minorVersion: 3.54.0 + minorVersion: 3.55.1 Sentry: url: https://github.com/getsentry/sentry-cocoa - minorVersion: 9.10.0 + minorVersion: 9.11.0 SnapshotTesting: url: https://github.com/pointfreeco/swift-snapshot-testing minorVersion: 1.19.2