6
0

add new version 13.6.0

This commit is contained in:
mac-mini-003 2025-04-17 17:17:30 +02:00
parent eb2a4bf5c9
commit 71a654c2cf

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.2.0") .exact("11.3.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.3.2") .exact("12.4.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.3.2") .exact("12.4.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdentOnDeviceProductPlugin", name: "WebIdAutoIdentOnDeviceProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.5.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.5.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.6.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.6.0.zip",
checksum: "3288a00cb3220338059d576040230eed37a401518f32b88d736d5e36d58659a7" checksum: "dd67cfcdd24aa977688b5cee274eff387dfcfb8dcab6f2f2a55392d97ddc915c"
), ),
.target( .target(
name: "WebIdAutoIdentOnDeviceProductPluginWrapper", name: "WebIdAutoIdentOnDeviceProductPluginWrapper",