mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
upgrade openpnp-capture to iterate over continuity camera devices on mac
This commit is contained in:
parent
e776a17ad4
commit
d23ee8c086
4 changed files with 5 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ dependencies {
|
|||
implementation('com.fasterxml.jackson.core:jackson-databind:2.17.2')
|
||||
implementation('com.sparrowwallet:hummingbird:1.7.4')
|
||||
implementation('co.nstant.in:cbor:0.9')
|
||||
implementation('org.openpnp:openpnp-capture-java:0.0.28-6')
|
||||
implementation('org.openpnp:openpnp-capture-java:0.0.28-7')
|
||||
implementation("io.matthewnelson.kmp-tor:runtime:2.2.1")
|
||||
implementation("io.matthewnelson.kmp-tor:resource-exec-tor-gpl:408.16.3")
|
||||
implementation('org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.10.1') {
|
||||
|
|
|
|||
2
drongo
2
drongo
|
|
@ -1 +1 @@
|
|||
Subproject commit 3b069c12ca39f65521628e7b4299d72883205fca
|
||||
Subproject commit 2ced4c19966e10f7e055db4a25ee53941384bc2b
|
||||
2
lark
2
lark
|
|
@ -1 +1 @@
|
|||
Subproject commit ec439c6c4a37eba3213a94f13bcd4fbfd343bf33
|
||||
Subproject commit c16389fdea722a3f553fa8f3fcd38c11e9e5a1d8
|
||||
|
|
@ -33,6 +33,8 @@
|
|||
<string>Copyright (C) 2021</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<string>true</string>
|
||||
<key>NSCameraUseContinuityCameraDeviceType</key>
|
||||
<true/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Sparrow requires access to the camera in order to scan QR codes</string>
|
||||
<key>NSLocalNetworkUsageDescription</key>
|
||||
|
|
|
|||
Loading…
Reference in a new issue