7
0

add new version 15.4.1

This commit is contained in:
mac-mini-003 2026-06-09 19:32:38 +02:00
parent 04c9d7da8d
commit dc08c34cf4

View File

@ -17,29 +17,29 @@ let package = Package(
.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.2.0") .exact("15.2.1")
), ),
.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.2.0") .exact("15.2.1")
), ),
.package( .package(
name: "WebIdEIdentPlugin", name: "WebIdEIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm",
.exact("15.2.0") .exact("15.2.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("15.2.0") .exact("15.2.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdEIdProductPlugin", name: "WebIdEIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.4.0/WebIdEIdProductPlugin.framework-v15.4.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.4.1/WebIdEIdProductPlugin.framework-v15.4.1.zip",
checksum: "3c85a846db2cad22f3f7c8082f847a1ce93ba41ab8b420c763152fe044536868" checksum: "9f0e680cee76b70604c6116e36fe176b1e7fd0b8044d390b4fcf587c20fcf9c7"
), ),
.target( .target(
name: "WebIdEIdProductPluginWrapper", name: "WebIdEIdProductPluginWrapper",