6
0

add new version 13.2.0

This commit is contained in:
mac-mini-003 2024-11-29 16:15:32 +01:00
parent 839fffef49
commit 8b75309a0d

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.1.0")
.exact("13.2.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("13.1.0")
.exact("13.2.1")
)
],
targets: [
.binaryTarget(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.1.0/WebIdIosIdentScanPlugin.framework-v13.1.0.zip",
checksum: "c531e9a83465f916ff336e4ea252f64dc0ae328619c1e4c0222308080a764b31"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.2.0/WebIdIosIdentScanPlugin.framework-v13.2.0.zip",
checksum: "f58ed5d4baa68d196ba26f5e497cdda1f750ba07cf403649e0cf5d8cb07833dc"
),
.target(
name: "WebIdIosIdentScanPluginWrapper",