7
0

add new version 22.0.2

This commit is contained in:
mac-mini-003 2026-02-06 13:14:32 +01:00
parent d700c2565b
commit b7ecca27f1

View File

@ -17,29 +17,29 @@ 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("21.0.1") .exact("21.1.0")
), ),
.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.0.1") .exact("21.1.0")
), ),
.package( .package(
name: "WebIdEIdentPlugin", name: "WebIdEIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm",
.exact("21.0.1") .exact("21.0.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("21.0.1") .exact("21.0.2")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdEIdProductPlugin", name: "WebIdEIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.0.1/WebIdEIdProductPlugin.framework-v22.0.1.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/22.0.2/WebIdEIdProductPlugin.framework-v22.0.2.zip",
checksum: "0836ac1192d00ee9b7aa95920b450767489bccb88e7c1af0f378a506bf9e7123" checksum: "9a980642454972ca235b0ac519b2af7cc052179a704a983fa16d3dbc6cde9de4"
), ),
.target( .target(
name: "WebIdEIdProductPluginWrapper", name: "WebIdEIdProductPluginWrapper",