6
0

add new version 15.0.1-SNAPSHOT-1368

This commit is contained in:
mac-mini-003 2025-09-24 16:36:31 +02:00
parent 3185b1e1ff
commit 96e0f99298

View File

@ -17,12 +17,12 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.branch("snapshots")
.branch("legacy-snapshots")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.branch("snapshots")
.branch("legacy-snapshots")
),
.package(
name: "DocumentReader",
@ -38,8 +38,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.0.1/WebIdOnDeviceDocumentScanner.framework-v15.0.1-SNAPSHOT-1365.zip",
checksum: "8bc7be4d79bb68d3978e6ef8d22851831e2808ed9b981c0bcc853980f0fdbb61"
url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/15.0.1/WebIdOnDeviceDocumentScanner.framework-v15.0.1-SNAPSHOT-1368.zip",
checksum: "aa697d62338af4f0738a2c22e4e838e88dd054c8aeb33fad12bf027804defe19"
),
.target(
name: "WebIdOnDeviceDocumentScannerWrapper",