Skip to content

Commit

Permalink
added fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jszersze committed Jun 5, 2024
1 parent ce2b497 commit 662c751
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Sources/WalletSdk/ui/QRCodeScanner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ extension UIScreen {
static let screenSize = UIScreen.main.bounds.size
}

@available(iOS 14.0, *)
public struct QRCodeScanner: View {
/// QR Code Scanner properties
@State private var isScanning: Bool = false
Expand Down
2 changes: 1 addition & 1 deletion Tests/WalletSdkTests/DataConversions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import XCTest
@testable import CADMVWalletSdk
@testable import SpruceIDWalletSdk

final class DataConversions: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ options:
packages:
SpruceIDWalletSdkRs:
url: https://github.com/spruceid/wallet-sdk-rs
from: 0.0.4
from: 0.0.25
# path: "../wallet-sdk-rs"
SwiftAlgorithms:
url: https://github.com/apple/swift-algorithms
Expand Down

0 comments on commit 662c751

Please sign in to comment.