6
0

add new version 12.1.0

This commit is contained in:
mac-mini-003 2024-07-12 12:26:53 +02:00
parent 4fc2044d87
commit 82d2342265

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("11.0.1") .exact("12.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.0.3/WebIdDocumentScanner.framework-v12.0.3.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/12.1.0/WebIdDocumentScanner.framework-v12.1.0.zip",
checksum: "ac4d695aec752226ac7da22e94e21ee475c89053b26f49437298ff6e23b9b91a" checksum: "f07f9566d3b62866696d82063a11df1d30dd8f8de8f75a1758a2107c26c899a8"
), ),
.target( .target(
name: "WebIdDocumentScannerWrapper", name: "WebIdDocumentScannerWrapper",