From e511ac3cb2e55f9a3b7d8e4183fececfb7fa651a Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Wed, 1 May 2024 12:06:36 +0100 Subject: [PATCH] Update SwiftOGG to fix bug with case-sensitive file systems. (#2770) --- ElementX.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- project.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 95698100b..feb53ea6b 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -7420,7 +7420,7 @@ repositoryURL = "https://github.com/element-hq/swift-ogg"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 0.0.2; + minimumVersion = 0.0.3; }; }; E9C4F3A12AA1F65C13A8C8EB /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index cc28bb59a..a1c23e2f6 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -229,8 +229,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/element-hq/swift-ogg", "state" : { - "revision" : "8525ce629cb27170503b177397243d71cecd530e", - "version" : "0.0.2" + "revision" : "d60d4dd3eaaa3b07eafed76420ea03b79a516a13", + "version" : "0.0.3" } }, { diff --git a/project.yml b/project.yml index eb8b4ea11..3b3aa2a90 100644 --- a/project.yml +++ b/project.yml @@ -64,7 +64,7 @@ packages: minorVersion: 1.0.0 SwiftOGG: url: https://github.com/element-hq/swift-ogg - minorVersion: 0.0.2 + minorVersion: 0.0.3 # path: ../swift-ogg WysiwygComposer: url: https://github.com/matrix-org/matrix-rich-text-editor-swift