6
0

add new version 13.4.0

This commit is contained in:
mac-mini-003 2025-01-28 17:04:32 +01:00
parent 336dafcf26
commit ab2a40c4a3

View File

@ -17,24 +17,24 @@ let package = Package(
.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.5") .exact("11.2.0")
), ),
.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.1") .exact("12.3.0")
), ),
.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.1") .exact("12.3.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdentOnDeviceProductPlugin", name: "WebIdAutoIdentOnDeviceProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.3.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.3.4.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.4.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.0.zip",
checksum: "4f66fa787022101190ac3cf08a9d5fc96f5e38a9a4f9b349691f78a52b71ec3e" checksum: "5dbeae4071f76098005a4d786eb9292dac983357bccb1cc399cc8525d0e2ece9"
), ),
.target( .target(
name: "WebIdAutoIdentOnDeviceProductPluginWrapper", name: "WebIdAutoIdentOnDeviceProductPluginWrapper",