add new version 22.5.5

This commit is contained in:
mac-mini-003 2026-06-29 14:44:06 +02:00
parent b8afed2d9e
commit 978f621498

View File

@ -17,34 +17,34 @@ let package = Package(
.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("23.1.1") .exact("23.1.2")
), ),
.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("23.1.1") .exact("23.1.2")
), ),
.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("23.1.1") .exact("23.1.2")
), ),
.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("23.0.4") .exact("23.0.5")
), ),
.package( .package(
name: "WebIdIosBankIdentPlugin", name: "WebIdIosBankIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm",
.exact("22.0.1") .exact("22.0.2")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAccountIdProductPlugin", name: "WebIdAccountIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/22.5.4/WebIdAccountIdProductPlugin.framework-v22.5.4.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/22.5.5/WebIdAccountIdProductPlugin.framework-v22.5.5.zip",
checksum: "33c8e87a3288f96a5dd2472148d8b4497725bc7c428fd7b851145c846c7435a0" checksum: "27e504cade25560a688b6038f46f9344253239c7fd8817b14d49171936d995e7"
), ),
.target( .target(
name: "WebIdAccountIdProductPluginWrapper", name: "WebIdAccountIdProductPluginWrapper",