6
0

add new version 13.3.0

This commit is contained in:
mac-mini-003 2025-02-03 11:51:46 +01:00
parent 8b75309a0d
commit be4fa704a6

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: "WebIdIosIdentScanPlugin",
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"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdIosIdentScanPlugin/13.3.0/WebIdIosIdentScanPlugin.framework-v13.3.0.zip",
checksum: "dcc0f17e85616a434f732a9d6627b1b7bb52ec519d1c788ac50b3709caec9590"
),
.target(
name: "WebIdIosIdentScanPluginWrapper",