6
0

add new version 14.5.0

This commit is contained in:
mac-mini-003 2025-04-24 17:45:16 +02:00
parent 27e84eef00
commit c728068684

View File

@ -17,24 +17,24 @@ let package = Package(
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm",
.exact("12.2.1") .exact("12.3.0")
), ),
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm",
.exact("13.3.2") .exact("13.4.0")
), ),
.package( .package(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm",
.exact("13.3.2") .exact("13.4.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdentOnDeviceProductPlugin", name: "WebIdAutoIdentOnDeviceProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.4.3/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.4.3.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/14.5.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v14.5.0.zip",
checksum: "914ae104693cfbbbe6ee6a999b6997d4e8ae1fe99cf955fa8ac7e98ca03b00a3" checksum: "59631f1602690651a6126bbbade3b27f6de43860bd5ca4883c18cc1d22d408a9"
), ),
.target( .target(
name: "WebIdAutoIdentOnDeviceProductPluginWrapper", name: "WebIdAutoIdentOnDeviceProductPluginWrapper",