Skip to content

Commit

Permalink
Remove .builtInUltraWideCamera to improve capturing smaller QR codes (#…
Browse files Browse the repository at this point in the history
…20)

* Remove .builtInUltraWideCamera

* Bum version
  • Loading branch information
w4ll3 authored Jul 9, 2024
1 parent 7ff699e commit 1ea0c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/WalletSdk/ui/QRCodeScanner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public struct QRCodeScanner: View {
do {
/// Finding back camera
guard let device = AVCaptureDevice.DiscoverySession(
deviceTypes: [.builtInUltraWideCamera, .builtInWideAngleCamera],
deviceTypes: [.builtInWideAngleCamera],
mediaType: .video, position: .back)
.devices.first
else {
Expand Down
2 changes: 1 addition & 1 deletion SpruceIDWalletSdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SpruceIDWalletSdk"
spec.version = "0.0.7"
spec.version = "0.0.8"
spec.summary = "Swift Wallet SDK."
spec.description = <<-DESC
SpruceID Swift Wallet SDK.
Expand Down

0 comments on commit 1ea0c66

Please sign in to comment.