add new version 21.2.0

This commit is contained in:
mac-mini-003 2025-11-25 20:04:40 +01:00
parent e58f7fd817
commit 5998b06529

View File

@ -17,29 +17,29 @@ let package = Package(
.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("20.3.5") .exact("20.4.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("20.3.5") .exact("20.4.0")
), ),
.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("20.3.3") .exact("20.4.0")
), ),
.package( .package(
name: "WebIdVideoIdentPlugin", name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
.exact("20.3.0") .exact("20.4.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdVideoIdProductPlugin", name: "WebIdVideoIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/21.1.2/WebIdVideoIdProductPlugin.framework-v21.1.2.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/21.2.0/WebIdVideoIdProductPlugin.framework-v21.2.0.zip",
checksum: "ec9df6252afbf3cc1da0cb518547839d8d50f96b80dea9f7100b292fdc8508c7" checksum: "9c12b1cfaeb34e5903a494f69b1e5d6e63d5e1aed9057e2671206337631a52ae"
), ),
.target( .target(
name: "WebIdVideoIdProductPluginWrapper", name: "WebIdVideoIdProductPluginWrapper",