6
0

add new version 12.0.0

This commit is contained in:
mac-mini-003 2024-05-24 10:47:53 +02:00
parent 7ae4858dc2
commit 45dd390c00

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.1.1") .exact("12.0.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.1.1") .exact("11.0.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/11.1.1/WebIdOnDeviceDocumentScanner.framework-v11.1.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.0/WebIdOnDeviceDocumentScanner.framework-v12.0.0.zip",
checksum: "946f585d944b844d7daa09a84b6a77d1ac1e6b1bd18ab5cad168129ce2831471" checksum: "06e26d8a4b1040185b1f97e484586cdebf24a31f334ae2dea4e5ac4b375c308b"
), ),
.target( .target(
name: "WebIdOnDeviceDocumentScannerWrapper", name: "WebIdOnDeviceDocumentScannerWrapper",