From ac43c5ce077bf72914e63a8760ea4d13071a78e5 Mon Sep 17 00:00:00 2001 From: Navaron Bracke Date: Mon, 6 Jan 2025 14:28:25 +0100 Subject: [PATCH] fix typo --- .../Sources/mobile_scanner/MobileScannerErrorCodes.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin/mobile_scanner/Sources/mobile_scanner/MobileScannerErrorCodes.swift b/darwin/mobile_scanner/Sources/mobile_scanner/MobileScannerErrorCodes.swift index da86de7b..3bde9d56 100644 --- a/darwin/mobile_scanner/Sources/mobile_scanner/MobileScannerErrorCodes.swift +++ b/darwin/mobile_scanner/Sources/mobile_scanner/MobileScannerErrorCodes.swift @@ -10,7 +10,7 @@ import Foundation struct MobileScannerErrorCodes { static let ALREADY_STARTED_ERROR = "MOBILE_SCANNER_ALREADY_STARTED_ERROR" static let ALREADY_STARTED_ERROR_MESSAGE = "The scanner was already started." - static let ANALYZE_IMAGE_IOS_SIMULATOR_NOT_SUPPORTED_ERROR_MESSAGE = "Analyzing an image from a file is not supported on the iOS Simulator."; + static let ANALYZE_IMAGE_IOS_SIMULATOR_NOT_SUPPORTED_ERROR_MESSAGE = "Analyzing an image from a file is not supported on the iOS Simulator." static let ANALYZE_IMAGE_NO_VALID_IMAGE_ERROR_MESSAGE = "The provided file is not an image." // The error code 'BARCODE_ERROR' does not have an error message, // because it uses the error message from the undelying error.