add new version 22.0.0

This commit is contained in:
mac-mini-003 2026-01-09 11:07:41 +01:00
parent 934aaac39a
commit c14b909be0

View File

@ -17,34 +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.4.1")
.exact("21.0.1")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("20.4.1")
.exact("21.0.1")
),
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("20.4.1")
.exact("21.0.1")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("20.4.1")
.exact("21.0.1")
),
.package(
name: "WebIdCellCheckPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm",
.exact("1.0.0")
.exact("2.0.1")
)
],
targets: [
.binaryTarget(
name: "WebIdAutoIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/21.2.2/WebIdAutoIdProductPlugin.framework-v21.2.2.zip",
checksum: "db2e7667a5ef07bddcc0f71f65ce2fbd13e37e3fa37a771799b13bf665f4db2b"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.0.0/WebIdAutoIdProductPlugin.framework-v22.0.0.zip",
checksum: "e6e53473a01b8dc68b54a2a885dbd7a5d88e77f95ddee60bd6a242527ab34e4a"
),
.target(
name: "WebIdAutoIdProductPluginWrapper",