6
0

add new version 20.2.1

This commit is contained in:
mac-mini-003 2025-09-10 12:01:08 +02:00
parent 68fd86fc8c
commit f7e3cb4b8a

View File

@ -16,20 +16,20 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("15.0.0")
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
.exact("20.2.1")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("15.0.0")
.exact("20.2.1")
)
],
targets: [
.binaryTarget(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.0/WebIdIosIdentScanPlugin.framework-v15.0.0.zip",
checksum: "d5872254b0829d5a74af04392ebb582384090cea743339bfef1f58d2f11179bf"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/20.2.1/WebIdIosIdentScanPlugin.framework-v20.2.1.zip",
checksum: "17163cdd60a5ab9ac3d12bdd4a1cc77867470dc15522e80f80126b76b02be574"
),
.target(
name: "WebIdIosIdentScanPluginWrapper",