6
0

add new version 13.5.0

This commit is contained in:
mac-mini-003 2025-05-23 13:26:18 +02:00
parent 5d72ced8db
commit efaee0ca8f

View File

@ -17,12 +17,12 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
.exact("13.4.0")
.exact("13.5.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("13.4.0")
.exact("13.5.0")
),
.package(
name: "DocumentReader",
@ -38,8 +38,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.4.0/WebIdOnDeviceDocumentScanner.framework-v13.4.0.zip",
checksum: "6e9430059a24d98f4e428004c0175ae49fcdf30fe994af28c099c364f3f6d304"
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.5.0/WebIdOnDeviceDocumentScanner.framework-v13.5.0.zip",
checksum: "556744482ac3ebd817ec068f66455604deed8d260e5068c8974c861ab12364a7"
),
.target(
name: "WebIdOnDeviceDocumentScannerWrapper",