add new version 22.1.0

This commit is contained in:
mac-mini-003 2026-02-24 12:08:31 +01:00
parent d162c456db
commit 9f0a70c2b4

View File

@ -17,34 +17,34 @@ let package = Package(
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("21.0.2") .exact("21.0.3")
), ),
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("21.1.1") .exact("21.2.0")
), ),
.package( .package(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("21.1.1") .exact("21.2.0")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("21.1.1") .exact("21.2.0")
), ),
.package( .package(
name: "WebIdCellCheckPlugin", name: "WebIdCellCheckPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm",
.exact("2.0.2") .exact("2.0.3")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdProductPlugin", name: "WebIdAutoIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.0.5/WebIdAutoIdProductPlugin.framework-v22.0.5.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.1.0/WebIdAutoIdProductPlugin.framework-v22.1.0.zip",
checksum: "7ad9b819c471dcf8f62cf09567739a092a8fc1a689eaa05230da65cd611739c5" checksum: "e38ad14d076c51b7f0626e97489e455e7141823a8f74d6ea5336d46755542109"
), ),
.target( .target(
name: "WebIdAutoIdProductPluginWrapper", name: "WebIdAutoIdProductPluginWrapper",