6
0

add new version 13.2.0

This commit is contained in:
mac-mini-003 2024-11-29 16:16:10 +01:00
parent 08e2d6b64c
commit 6faaa518b6

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: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnServerDocumentScanner/13.1.0/WebIdOnServerDocumentScanner.framework-v13.1.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnServerDocumentScanner/13.2.0/WebIdOnServerDocumentScanner.framework-v13.2.0.zip",
checksum: "1ecde7f9c0da362657f1e2ce54e9900dcd371ca2f3de2f7a9fe893f15af353b0" checksum: "78123f9cc3229d5abd9e826bc9eb33b643b5e3ae5abe5d306eadd40d38174dce"
), ),
.target( .target(
name: "WebIdOnServerDocumentScannerWrapper", name: "WebIdOnServerDocumentScannerWrapper",