7
0

add new version 15.3.1

This commit is contained in:
mac-mini-003 2026-02-17 15:32:51 +01:00
parent 1414b272ac
commit 8ca07ee599

View File

@ -22,19 +22,19 @@ let package = Package(
.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("15.1.1") .exact("15.1.2")
), ),
.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("15.1.1") .exact("15.1.2")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdentOnDeviceProductPlugin", name: "WebIdAutoIdentOnDeviceProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.3.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.3.1.zip",
checksum: "690989de1d134df00d3ffb1a0a9034c06d6c6e3292c1cbeb28ba67402f71e830" checksum: "80e9f76ad02ef0807f12ae2ca9620f536a84795aef5ff8ef7f0dcfeb465ae692"
), ),
.target( .target(
name: "WebIdAutoIdentOnDeviceProductPluginWrapper", name: "WebIdAutoIdentOnDeviceProductPluginWrapper",