7
0

add new version 21.0.2-SNAPSHOT-1546

This commit is contained in:
mac-mini-003 2026-01-21 11:37:27 +01:00
parent b4b00702c9
commit 8580337b42

View File

@ -21,25 +21,25 @@ let package = Package(
), ),
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm",
.exact("21.0.1") .branch("snapshots")
), ),
.package( .package(
name: "DocumentReader", name: "DocumentReader",
url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package",
.exact("7.5.4221") .exact("8.4.5436")
), ),
.package( .package(
name: "Full", name: "Full",
url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package", url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package",
.exact("7.5.11015") .exact("8.4.14872")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.4.2/WebIdOnDeviceDocumentScanner.framework-v20.4.2-SNAPSHOT-1538.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/21.0.2/WebIdOnDeviceDocumentScanner.framework-v21.0.2-SNAPSHOT-1546.zip",
checksum: "b31cd9efc24baf5ca66bfc778c357ab68b0c9efe7d1a8f8f6cbe67d6f17ff2a9" checksum: "2669bed3da39bdd3b82f7fdb6e5068edd79808f72f04944fb78722590ad878c6"
), ),
.target( .target(
name: "WebIdOnDeviceDocumentScannerWrapper", name: "WebIdOnDeviceDocumentScannerWrapper",