6
0

add new version 11.1.0

This commit is contained in:
mac-mini-003 2024-04-18 21:48:40 +02:00
parent 45d3cdfb2b
commit 0b1c886b82

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("10.0.0") .exact("10.1.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/11.0.0/WebIdDocumentScanner.framework-v11.0.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdDocumentScanner/11.1.0/WebIdDocumentScanner.framework-v11.1.0.zip",
checksum: "b5baaebee4691c9dc4dc47ae597930217fe610f8ff2d2bef421ff0344fbf6ec0" checksum: "ed802a47eb21f596f16fdcc2abd649d52464cce07f58ea9cadbffa8d7489f4f5"
), ),
.target( .target(
name: "WebIdDocumentScannerWrapper", name: "WebIdDocumentScannerWrapper",