6
0

add new version 14.1.0

This commit is contained in:
mac-mini-003 2024-10-24 14:45:11 +02:00
parent 6cd2c7af27
commit be7148b130

View File

@ -17,29 +17,29 @@ let package = Package(
.package(
name: "WebIdIosBankIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm",
.exact("11.0.0")
.exact("11.1.0")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm",
.exact("12.0.0")
.exact("12.1.1")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm",
.exact("13.0.0")
.exact("13.1.0")
),
.package(
name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm",
.exact("13.0.0")
.exact("13.1.0")
)
],
targets: [
.binaryTarget(
name: "WebIdPayProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayProductPlugin/14.0.1/WebIdPayProductPlugin.framework-v14.0.1.zip",
checksum: "3b7cb80df55cc6b52b57491938996f2b50ab48031829d5277bffc705b0c405a5"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayProductPlugin/14.1.0/WebIdPayProductPlugin.framework-v14.1.0.zip",
checksum: "b0a345d8aad4abda17ac644fc76a6a2997849a1eb78e4dcfa5d39bda33a5eccd"
),
.target(
name: "WebIdPayProductPluginWrapper",