6
0

add new version 13.3.0

This commit is contained in:
mac-mini-003 2025-02-03 11:51:53 +01:00
parent 6faaa518b6
commit 43fd966141

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
.exact("13.2.0")
.exact("13.3.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("13.2.1")
.exact("13.3.0")
)
],
targets: [
.binaryTarget(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnServerDocumentScanner/13.2.0/WebIdOnServerDocumentScanner.framework-v13.2.0.zip",
checksum: "78123f9cc3229d5abd9e826bc9eb33b643b5e3ae5abe5d306eadd40d38174dce"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnServerDocumentScanner/13.3.0/WebIdOnServerDocumentScanner.framework-v13.3.0.zip",
checksum: "fdc927a44313fc33cc937ea828a45af74e2535554d48cba02069f6d39ff83841"
),
.target(
name: "WebIdOnServerDocumentScannerWrapper",