Update XcodeGen (#5520)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Element CI <ci@element.io>
This commit is contained in:
renovate[bot]
2026-04-30 16:10:14 +01:00
committed by GitHub
parent 11584d6bfe
commit 3b0b401e49
3 changed files with 13 additions and 13 deletions

View File

@@ -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" */ = {

View File

@@ -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"
}
},
{

View File

@@ -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