mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +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";
|
repositoryURL = "https://github.com/element-hq/swift-ogg";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = upToNextMinorVersion;
|
kind = upToNextMinorVersion;
|
||||||
minimumVersion = 0.0.2;
|
minimumVersion = 0.0.3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
E9C4F3A12AA1F65C13A8C8EB /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
|
E9C4F3A12AA1F65C13A8C8EB /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
|
||||||
|
@ -229,8 +229,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/element-hq/swift-ogg",
|
"location" : "https://github.com/element-hq/swift-ogg",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "8525ce629cb27170503b177397243d71cecd530e",
|
"revision" : "d60d4dd3eaaa3b07eafed76420ea03b79a516a13",
|
||||||
"version" : "0.0.2"
|
"version" : "0.0.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -64,7 +64,7 @@ packages:
|
|||||||
minorVersion: 1.0.0
|
minorVersion: 1.0.0
|
||||||
SwiftOGG:
|
SwiftOGG:
|
||||||
url: https://github.com/element-hq/swift-ogg
|
url: https://github.com/element-hq/swift-ogg
|
||||||
minorVersion: 0.0.2
|
minorVersion: 0.0.3
|
||||||
# path: ../swift-ogg
|
# path: ../swift-ogg
|
||||||
WysiwygComposer:
|
WysiwygComposer:
|
||||||
url: https://github.com/matrix-org/matrix-rich-text-editor-swift
|
url: https://github.com/matrix-org/matrix-rich-text-editor-swift
|
||||||
|
Loading…
x
Reference in New Issue
Block a user