From 486751c4fd3440e2e9dacb7cdd3c0a8d234bf197 Mon Sep 17 00:00:00 2001 From: David Langley Date: Thu, 14 Jul 2022 16:03:19 +0100 Subject: [PATCH] Update to swift-ogg main branch --- Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- project.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved index c4d61d779..899701b2f 100644 --- a/Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -59,8 +59,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/vector-im/swift-ogg", "state" : { - "branch" : "langleyd/sim_arm64_suppport", - "revision" : "6ef5ca6bc10ec5b7336e8c042accf76b17fa7a3c" + "branch" : "main", + "revision" : "0ffad3f7b45a6a4760db090d503b00f094bbecc0" } }, { diff --git a/project.yml b/project.yml index 77e49fb20..5ff5e65ef 100644 --- a/project.yml +++ b/project.yml @@ -52,4 +52,4 @@ packages: maxVersion: 2.0.0 SwiftOGG: url: https://github.com/vector-im/swift-ogg - branch: langleyd/sim_arm64_suppport + branch: main