6
0

add new version 15.0.0

This commit is contained in:
mac-mini-003 2025-07-14 12:35:47 +02:00
parent b3805fdfae
commit 5f7c59cf78

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.3") .exact("15.0.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.6.0/WebIdDocumentScanner.framework-v12.6.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/15.0.0/WebIdDocumentScanner.framework-v15.0.0.zip",
checksum: "29c6d3e04077a19c9518246b3cd01b97ca09d9289afe3df9e1cdd9a1d9bc030e" checksum: "5a07ca3af9338190fc955e13aa2d9c3b1d02593855931b6047dec29965a7c674"
), ),
.target( .target(
name: "WebIdDocumentScannerWrapper", name: "WebIdDocumentScannerWrapper",