6
0

add new version 13.2.0

This commit is contained in:
mac-mini-003 2024-11-29 16:15:52 +01:00
parent fee00ca342
commit 6be97fece9

View File

@ -17,19 +17,19 @@ let package = Package(
.package( .package(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
.exact("13.1.0") .exact("13.2.0")
), ),
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git",
.exact("13.1.0") .exact("13.2.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.1.0/WebIdOnDeviceDocumentScanner.framework-v13.1.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.2.0/WebIdOnDeviceDocumentScanner.framework-v13.2.0.zip",
checksum: "7c911ecd44fa27d1d277ed3859b4f1295fffb2da58833aa9bab701eec4977aa1" checksum: "49e832550c9fb6efe8716aebde94453d193e39fa9e3b853c87c2a16a67265b5f"
), ),
.target( .target(
name: "WebIdOnDeviceDocumentScannerWrapper", name: "WebIdOnDeviceDocumentScannerWrapper",