6
0

add new version 15.0.1

This commit is contained in:
mac-mini-003 2025-10-10 08:25:33 +02:00
parent 68fd86fc8c
commit c8d1dd1f76

View File

@ -17,19 +17,19 @@ 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.0.0") .exact("15.0.1")
), ),
.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.0.0") .exact("15.0.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.0/WebIdIosIdentScanPlugin.framework-v15.0.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.1/WebIdIosIdentScanPlugin.framework-v15.0.1.zip",
checksum: "d5872254b0829d5a74af04392ebb582384090cea743339bfef1f58d2f11179bf" checksum: "5dae5d48e34ea2f0d11d3ff6ba55060b9cc73994f1c1cacdaa3d380f10d67151"
), ),
.target( .target(
name: "WebIdIosIdentScanPluginWrapper", name: "WebIdIosIdentScanPluginWrapper",