6
0

add new version 13.5.0

This commit is contained in:
mac-mini-003 2025-03-12 18:52:45 +01:00
parent a71adf6fdf
commit eb2a4bf5c9

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("12.3.1") .exact("12.3.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("12.3.1") .exact("12.3.2")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdentOnDeviceProductPlugin", name: "WebIdAutoIdentOnDeviceProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.4.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.2.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.5.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.5.0.zip",
checksum: "a7f284af4dad9a148a87d2f565d77824bb0eaf91bcf9020f854e8d5ee9a71d76" checksum: "3288a00cb3220338059d576040230eed37a401518f32b88d736d5e36d58659a7"
), ),
.target( .target(
name: "WebIdAutoIdentOnDeviceProductPluginWrapper", name: "WebIdAutoIdentOnDeviceProductPluginWrapper",