mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Update SwiftOGG to fix bug with case-sensitive file systems. (#2770)
This commit is contained in:
parent
18dc9cd20f
commit
e511ac3cb2
@ -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" */ = {
|
||||
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user