From 714f2e4c1f245106b8e2dc89d35a8eca3011b120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juliano=20C=C3=A9zar=20Chagas=20Tavares?= Date: Mon, 4 Nov 2024 10:53:12 -0300 Subject: [PATCH] [mobile-sdk-swift & iOS app] Bump mobile-sdk-rs to 0.3.0 (#30) Description This bumps mobile-sdk-rs to v0.3.0 on mobile-sdk-swift and fixes mobile-sdk-ios-app breaking changes. --- Package.resolved | 22 ++++++++++++++++++++-- Package.swift | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 14c3847..b9135a2 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,26 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/spruceid/mobile-sdk-rs.git", "state" : { - "revision" : "e0eb0b88043a701cc4ffe6523f68c0b9457dabbc", - "version" : "0.2.2" + "revision" : "b2f6c93b5daffd6fedeab1de5b57e3dd8e61c83f", + "version" : "0.3.0" + } + }, + { + "identity" : "rive-ios", + "kind" : "remoteSourceControl", + "location" : "https://github.com/rive-app/rive-ios", + "state" : { + "revision" : "fa6c4eefcf0e4c887677fb1bff911ffee7862570", + "version" : "6.1.6" + } + }, + { + "identity" : "sqlite.swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/stephencelis/SQLite.swift.git", + "state" : { + "revision" : "a95fc6df17d108bd99210db5e8a9bac90fe984b8", + "version" : "0.15.3" } }, { diff --git a/Package.swift b/Package.swift index bd55119..dfdc8f1 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( targets: ["SpruceIDMobileSdk"]) ], dependencies: [ - .package(url: "https://github.com/spruceid/mobile-sdk-rs.git", from: "0.2.2"), + .package(url: "https://github.com/spruceid/mobile-sdk-rs.git", from: "0.3.0"), // .package(path: "../mobile-sdk-rs"), .package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0") ],