From d44be813cf60f72977e943a246f8e93ed646467a Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Wed, 13 Nov 2024 15:54:38 +0100 Subject: [PATCH] =?UTF-8?q?Tchap=20=C3=A9choue=20=C3=A0=20la=20compilation?= =?UTF-8?q?=20avec=20Xcode=2016.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Podfile | 2 +- changelog.d/1118.change | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/1118.change diff --git a/Podfile b/Podfile index 2966e5b2c5..742cc11791 100644 --- a/Podfile +++ b/Podfile @@ -51,7 +51,7 @@ abstract_target 'TchapPods' do # PostHog for analytics pod 'PostHog', '~> 2.0.0' - pod 'Sentry', '~> 7.15.0' + pod 'Sentry', '~> 8.40.1' pod 'RxSwift', '~> 5.1.1' diff --git a/changelog.d/1118.change b/changelog.d/1118.change new file mode 100644 index 0000000000..69824d161d --- /dev/null +++ b/changelog.d/1118.change @@ -0,0 +1 @@ +Update Sentry pod dependency to compile with Xcode 16.1 \ No newline at end of file