From 70130e5af07e60855a2ed9247dbfd82c038435de Mon Sep 17 00:00:00 2001 From: weakfl Date: Sun, 13 Oct 2024 16:30:36 +0200 Subject: [PATCH] fix SVGKit related crash on latest iPhone models (legacy) (#840) * fix SVGKit related crash on latest iPhone models Signed-off-by: weak * update changelog Signed-off-by: weak --------- Signed-off-by: weak --- CHANGELOG.md | 1 + openHAB.xcworkspace/xcshareddata/swiftpm/Package.resolved | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd4da43..d4192bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +- Update SVGKit to fix crash on new iPhone models (#838) - Prefer commandDescription options over stateDescription options if an item has them ## [Version 2.4.59, Build 1580410537] - 2023-08-19Z diff --git a/openHAB.xcworkspace/xcshareddata/swiftpm/Package.resolved b/openHAB.xcworkspace/xcshareddata/swiftpm/Package.resolved index 77ed7711..4dc7ec21 100644 --- a/openHAB.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/openHAB.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -195,7 +195,7 @@ "repositoryURL": "https://github.com/SVGKit/SVGKit.git", "state": { "branch": "3.x", - "revision": "02421928cab787faaffb2403d47c39392936fbc7", + "revision": "6f75e96948fa72fa5ebc5d1f0bfa761a5614c546", "version": null } },