6
0

add new version 13.3.0-SNAPSHOT-1383

This commit is contained in:
mac-mini-003 2025-01-17 15:04:27 +01:00
parent 429f0ee336
commit 8b00cac551

View File

@ -23,13 +23,23 @@ let package = Package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.branch("redesign-v4-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/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0-SNAPSHOT-1382.zip",
checksum: "9d2c1b3ba9978dc6ec5765cf4f6631b792eea97c491bb665e66b5ab37b9056b7"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0-SNAPSHOT-1383.zip",
checksum: "61691045099bc0f8243ddf6d2e9592579ddaa0e240da1277e955ec023b572e79"
),
.target(
name: "WebIdOnDeviceDocumentScannerWrapper",
@ -39,6 +49,8 @@ let package = Package(
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
.product(name: "DocumentReader", package: "DocumentReader"),
.product(name: "Full", package: "Full"),
]
)
],