Skip to content

Commit 008bc06

Browse files
authored
fix: both cannot be public
1 parent 1e82159 commit 008bc06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeScanner/AVCaptureDevice+bestForBuiltInCamera.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import AVFoundation
1010

1111
@available(macCatalyst 14.0, *)
12-
public extension AVCaptureDevice {
12+
extension AVCaptureDevice {
1313

1414
/// Returns best built in back camera for scanning QR codes zoomed for a given minimum code size.
1515
public static func zoomedCameraForQRCode(withMinimumCodeSize minimumCodeSize: Float = 20) -> AVCaptureDevice? {

0 commit comments

Comments
 (0)