6
0

add new version 12.5.2

This commit is contained in:
mac-mini-003 2025-05-26 23:47:37 +02:00
parent a183a0fbd0
commit 925c4429d2

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.2") .exact("12.3.3")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.5.1/WebIdDocumentScanner.framework-v12.5.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.5.2/WebIdDocumentScanner.framework-v12.5.2.zip",
checksum: "81524ab0171ec047b6810ee00df74105e5eb433a35313ae9aad9ad2b781132f5" checksum: "c00f616ae8a64431f0e58a6b51ac65df301c3af73b7f86f8e8417e38c396bd01"
), ),
.target( .target(
name: "WebIdDocumentScannerWrapper", name: "WebIdDocumentScannerWrapper",