diff --git a/Package.swift b/Package.swift index 824799d..00a02dd 100644 --- a/Package.swift +++ b/Package.swift @@ -23,23 +23,13 @@ let package = Package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm", .branch("snapshots") - ), - .package( - name: "DocumentReader", - url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", - .upToNextMajor(from: "7.5.4221") - ), - .package( - name: "Full", - url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package", - .upToNextMajor(from: "7.5.11015") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1315.zip", - checksum: "14206cc2b379bcc3aa1a86d90670241fa8f50157ca6609ede382941d5fcc1721" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1314.zip", + checksum: "c335db41e51ff2123150f87e8542dd3487b6c666b3dcb65aee294ce992991973" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper", @@ -49,8 +39,6 @@ let package = Package( .product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"), .product(name: "WebIdPluginCore", package: "WebIdPluginCore"), - .product(name: "DocumentReader", package: "DocumentReader"), - .product(name: "Full", package: "Full"), ] ) ],