6
0

add new version 12.5.1

This commit is contained in:
mac-mini-003 2025-05-26 15:29:30 +02:00
parent 35ab45c487
commit a183a0fbd0

View File

@ -17,14 +17,14 @@ let package = Package(
.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("12.3.1") .exact("12.3.2")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.5.0/WebIdDocumentScanner.framework-v12.5.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.5.1/WebIdDocumentScanner.framework-v12.5.1.zip",
checksum: "5475289206e107038f80942938ed817248f532c07ad97b111c6633e86cc5b078" checksum: "81524ab0171ec047b6810ee00df74105e5eb433a35313ae9aad9ad2b781132f5"
), ),
.target( .target(
name: "WebIdDocumentScannerWrapper", name: "WebIdDocumentScannerWrapper",