6
0

add new version 11.1.0

This commit is contained in:
mac-mini-003 2024-04-18 21:48:53 +02:00
parent c85591c3e5
commit 3de4a28f4a

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("11.0.0") .exact("11.1.0")
), ),
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm",
.exact("10.0.0") .exact("10.1.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/11.0.0/WebIdOnDeviceDocumentScanner.framework-v11.0.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/11.1.0/WebIdOnDeviceDocumentScanner.framework-v11.1.0.zip",
checksum: "b24fc9bcd163b72c492641d8ea336dada3aa9db173e2597e0afbdb166ebc9fdd" checksum: "b52e1b99c00af5aa37f08cf0990cbb5b16f31867e73e4593a2286178fe8ad562"
), ),
.target( .target(
name: "WebIdOnDeviceDocumentScannerWrapper", name: "WebIdOnDeviceDocumentScannerWrapper",