add new version 21.2.0

This commit is contained in:
mac-mini-003 2025-11-25 20:03:36 +01:00
parent 4f32a6014b
commit a7eb78400c

View File

@ -17,29 +17,34 @@ let package = Package(
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("20.3.3")
.exact("20.4.0")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("20.3.5")
.exact("20.4.0")
),
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("20.3.5")
.exact("20.4.0")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("20.3.5")
.exact("20.4.0")
),
.package(
name: "WebIdCellCheckPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm",
.exact("1.0.0")
)
],
targets: [
.binaryTarget(
name: "WebIdAutoIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/21.1.2/WebIdAutoIdProductPlugin.framework-v21.1.2.zip",
checksum: "f904325d5feaa7dd64c52fed9a674c86a68b84b2d770660c96de1b4c586e3bb5"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/21.2.0/WebIdAutoIdProductPlugin.framework-v21.2.0.zip",
checksum: "f10ea37cf17f27edde3a4e888b4769fe8a77939a22db6d0c5af8ed49d2df86cd"
),
.target(
name: "WebIdAutoIdProductPluginWrapper",
@ -51,6 +56,7 @@ let package = Package(
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
.product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"),
.product(name: "WebIdCellCheckPlugin", package: "WebIdCellCheckPlugin"),
]
)
],