6
0

add new version 12.1.0

This commit is contained in:
mac-mini-003 2024-07-12 12:27:06 +02:00
parent 8b9b62b4b0
commit a4c10e7e1d

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("12.0.3")
.exact("12.1.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("11.0.1")
.exact("12.0.0")
)
],
targets: [
.binaryTarget(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnServerDocumentScanner/12.0.3/WebIdOnServerDocumentScanner.framework-v12.0.3.zip",
checksum: "6a8e4f3a9f480189a33b840b5dcc38698f823e7545673c8e6be71338b2d8d972"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnServerDocumentScanner/12.1.0/WebIdOnServerDocumentScanner.framework-v12.1.0.zip",
checksum: "f9ac8dafffa6576b2e88fcd3d05c313433729f217da03d8c1395910fda2bc303"
),
.target(
name: "WebIdOnServerDocumentScannerWrapper",