6
0

add new version 13.5.0

This commit is contained in:
mac-mini-003 2025-05-23 13:26:37 +02:00
parent 917ffab659
commit 5a5dca2269

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.4.0") .exact("13.5.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.4.0") .exact("13.5.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnServerDocumentScanner/13.4.0/WebIdOnServerDocumentScanner.framework-v13.4.0.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnServerDocumentScanner/13.5.0/WebIdOnServerDocumentScanner.framework-v13.5.0.zip",
checksum: "99a1dd60e45165d289f40a07e03943927b34bc9673451cc3bb2688959b0a66da" checksum: "5c5c67053a7b7fb6716fb415187cf43e891b1110690e8eaa99baad2bc12667f9"
), ),
.target( .target(
name: "WebIdOnServerDocumentScannerWrapper", name: "WebIdOnServerDocumentScannerWrapper",