From d956a9e59d9b78a4dcc2d2a8deccdf9fac6716ed Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 4 May 2026 14:10:32 +0300
Subject: [PATCH] Update dependency PostHog to v3.57.0 (#5532)
* Update dependency PostHog to v3.57.0
* Run XcodeGen, update Package.resolved and Settings.bundle
---
ElementX.xcodeproj/project.pbxproj | 2 +-
.../xcshareddata/swiftpm/Package.resolved | 15 +---
.../Settings.bundle/Acknowledgements.plist | 8 ---
.../Packages/PLCrashReporter.plist | 69 -------------------
project.yml | 2 +-
5 files changed, 5 insertions(+), 91 deletions(-)
delete mode 100644 ElementX/SupportingFiles/Settings.bundle/Packages/PLCrashReporter.plist
diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj
index 77c3f06a4..ce0f4c37a 100644
--- a/ElementX.xcodeproj/project.pbxproj
+++ b/ElementX.xcodeproj/project.pbxproj
@@ -10183,7 +10183,7 @@
repositoryURL = "https://github.com/PostHog/posthog-ios";
requirement = {
kind = upToNextMinorVersion;
- minimumVersion = 3.56.0;
+ minimumVersion = 3.57.0;
};
};
A08925A9D5E3770DEB9D8509 /* XCRemoteSwiftPackageReference "sentry-cocoa" */ = {
diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
index 979539159..81f659373 100644
--- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
+++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -1,5 +1,5 @@
{
- "originHash" : "6eccca91b7f5f7d7d50476c059d00f2944d321851b0e0c1d6afb529416131af2",
+ "originHash" : "9d9dcb4d231adeb59d013dd2b041563597c629d4ce28f56a16c3741fba75d79d",
"pins" : [
{
"identity" : "compound-design-tokens",
@@ -180,22 +180,13 @@
"version" : "0.8.4"
}
},
- {
- "identity" : "plcrashreporter",
- "kind" : "remoteSourceControl",
- "location" : "https://github.com/microsoft/plcrashreporter.git",
- "state" : {
- "revision" : "0254f941c646b1ed17b243654723d0f071e990d0",
- "version" : "1.12.2"
- }
- },
{
"identity" : "posthog-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/PostHog/posthog-ios",
"state" : {
- "revision" : "a6f3ab1ee07df004aa480474ecbfa78cd24920b2",
- "version" : "3.56.0"
+ "revision" : "218fb6fe016a27baa3651613d53dae5c6e36af15",
+ "version" : "3.57.3"
}
},
{
diff --git a/ElementX/SupportingFiles/Settings.bundle/Acknowledgements.plist b/ElementX/SupportingFiles/Settings.bundle/Acknowledgements.plist
index 7d6e95175..83b3e3cbc 100644
--- a/ElementX/SupportingFiles/Settings.bundle/Acknowledgements.plist
+++ b/ElementX/SupportingFiles/Settings.bundle/Acknowledgements.plist
@@ -138,14 +138,6 @@
Type
PSChildPaneSpecifier
-
- File
- Packages/plcrashreporter
- Title
- plcrashreporter
- Type
- PSChildPaneSpecifier
-
File
Packages/posthog-ios
diff --git a/ElementX/SupportingFiles/Settings.bundle/Packages/PLCrashReporter.plist b/ElementX/SupportingFiles/Settings.bundle/Packages/PLCrashReporter.plist
deleted file mode 100644
index 068cb759c..000000000
--- a/ElementX/SupportingFiles/Settings.bundle/Packages/PLCrashReporter.plist
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
- PreferenceSpecifiers
-
-
- FooterText
- Except as noted below, PLCrashReporter is provided under the
-following license:
-
- Copyright (c) Microsoft Corporation.
- Copyright (c) 2008 - 2014 Plausible Labs Cooperative, Inc.
- All rights reserved.
-
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation
- files (the "Software"), to deal in the Software without
- restriction, including without limitation the rights to use,
- copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following
- conditions:
-
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- OTHER DEALINGS IN THE SOFTWARE.
-
-Additional contributions have been made under the same license terms
-as above, with copyright held by their respective authors:
-
- Damian Morris <damian@moso.com.au>
- Copyright (c) 2010 MOSO Corporation, Pty Ltd.
- All rights reserved.
-
- HockeyApp/Bitstadium
- Copyright (c) 2012 HockeyApp, Bit Stadium GmbH.
- All rights reserved.
-
-The protobuf-c library, as well as the PLCrashLogWriterEncoding.c
-file are licensed as follows:
-
- Copyright 2008, Dave Benson.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with
- the License. You may obtain a copy of the License
- at http://www.apache.org/licenses/LICENSE-2.0 Unless
- required by applicable law or agreed to in writing,
- software distributed under the License is distributed on
- an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
-
- Type
- PSGroupSpecifier
-
-
-
-
diff --git a/project.yml b/project.yml
index a89681d10..43b79e4c7 100644
--- a/project.yml
+++ b/project.yml
@@ -144,7 +144,7 @@ packages:
minorVersion: 6.25.1
PostHog:
url: https://github.com/PostHog/posthog-ios
- minorVersion: 3.56.0
+ minorVersion: 3.57.0
Sentry:
url: https://github.com/getsentry/sentry-cocoa
minorVersion: 9.11.0