7
0

add new version 22.1.3-SNAPSHOT-1641

This commit is contained in:
mac-mini-003 2026-04-30 20:36:05 +02:00
parent ed8273b22b
commit 5b901525e9

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("15.1.2") .branch("modernize")
), ),
.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.git",
.exact("15.1.1") .branch("modernize")
), ),
.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("9.1.5702")
), ),
.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("9.1.15611")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.1.2/WebIdOnDeviceDocumentScanner.framework-v15.1.2.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/modernize/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.1.3/WebIdOnDeviceDocumentScanner.framework-v22.1.3-SNAPSHOT-1641.zip",
checksum: "b43fbd64c1b53ac844cbd9e17959faef1e44a5af4fb924d4544b29e472026bb3" checksum: "25966cbbfe9d92085c84f1276dcceead03924bff99e855b7efcdd977416b1605"
), ),
.target( .target(
name: "WebIdOnDeviceDocumentScannerWrapper", name: "WebIdOnDeviceDocumentScannerWrapper",