7
0

add new version 15.1.0

This commit is contained in:
mac-mini-003 2026-01-11 01:02:25 +01:00 committed by Mario Rotz
parent a350fbcb59
commit 926429e51e

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("15.0.2")
.exact("15.1.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("15.0.1")
.exact("15.1.0")
)
],
targets: [
.binaryTarget(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.2/WebIdIosIdentScanPlugin.framework-v15.0.2.zip",
checksum: "d05615150fdaedba1b6fa49ce9658bf60eaaff1dcbf7516da3f177a52cb544d8"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.1.0/WebIdIosIdentScanPlugin.framework-v15.1.0.zip",
checksum: "63c8a5038b91b32b551018902ee6e75c1ff6ba98766bf0d5d414396cc593006d"
),
.target(
name: "WebIdIosIdentScanPluginWrapper",