Skip to content

Commit

Permalink
[mobile-sdk-swift & iOS app] Bump mobile-sdk-rs to 0.3.0 (#30)
Browse files Browse the repository at this point in the history
Description
This bumps mobile-sdk-rs to v0.3.0 on mobile-sdk-swift and fixes mobile-sdk-ios-app breaking changes.
  • Loading branch information
Juliano1612 authored Nov 4, 2024
1 parent 7077165 commit 714f2e4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
],
Expand Down

0 comments on commit 714f2e4

Please sign in to comment.