6
0

add new version 14.3.0

This commit is contained in:
mac-mini-003 2025-02-04 14:19:04 +01:00
parent 7187479829
commit 81eea6f32d

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdIosBankIdentPlugin", name: "WebIdIosBankIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm",
.exact("11.2.0") .exact("11.3.0")
), ),
.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.1.2") .exact("12.2.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.2.0") .exact("13.3.1")
), ),
.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.2.0") .exact("13.3.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdPayProductPlugin", name: "WebIdPayProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayProductPlugin/14.2.0/WebIdPayProductPlugin.framework-v14.2.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayProductPlugin/14.3.0/WebIdPayProductPlugin.framework-v14.3.0.zip",
checksum: "4cd9fd04c8f59641586c52cfe1aef6ea1a34c8eef80a4ed9814675d533388b5b" checksum: "756f6095dec2fdd04532c9e735f7d1ee73f07f7d8eb58469adb61548b7ec5769"
), ),
.target( .target(
name: "WebIdPayProductPluginWrapper", name: "WebIdPayProductPluginWrapper",