6
0

add new version 13.1.0

This commit is contained in:
mac-mini-003 2024-08-13 10:59:34 +02:00
parent 4f4a41e59c
commit 751249e320

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdIosBankIdentPlugin", name: "WebIdIosBankIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm",
.exact("10.1.0") .exact("10.1.1")
), ),
.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("11.1.2") .exact("11.1.3")
), ),
.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("12.2.0") .exact("12.2.1")
), ),
.package( .package(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm",
.exact("12.2.0") .exact("12.2.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdPayProductPlugin", name: "WebIdPayProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.0.14/WebIdPayProductPlugin.framework-v13.0.14.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdPayProductPlugin/13.1.0/WebIdPayProductPlugin.framework-v13.1.0.zip",
checksum: "0baa5df9a9a6081df46b28350117226df3a68e40ec5589c5c27190520d9e88b2" checksum: "ebe7d327324f596c31072a081b29c57a6cfadfc770018fcd06511df3ae6b91a2"
), ),
.target( .target(
name: "WebIdPayProductPluginWrapper", name: "WebIdPayProductPluginWrapper",