6
0

add new version 13.4.0

This commit is contained in:
mac-mini-003 2025-04-17 11:33:14 +02:00
parent 56aec1564e
commit 5d72ced8db

View File

@ -17,29 +17,29 @@ 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.3.2") .exact("13.4.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.3.1") .exact("13.4.0")
), ),
.package( .package(
name: "DocumentReader", name: "DocumentReader",
url: "https://github.com/regulaforensics/DocumentReader-Swift-Package", url: "https://github.com/regulaforensics/DocumentReader-Swift-Package",
.upToNextMajor(from: "7.5.4221") .exact("7.5.4221")
), ),
.package( .package(
name: "Full", name: "Full",
url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package", url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package",
.upToNextMajor(from: "7.5.11015") .exact("7.5.11015")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.2/WebIdOnDeviceDocumentScanner.framework-v13.3.2.zip", 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: "b693536bfc300b0f034a30712b286eb644c67538843d88455c02ea733342fef9" checksum: "6e9430059a24d98f4e428004c0175ae49fcdf30fe994af28c099c364f3f6d304"
), ),
.target( .target(
name: "WebIdOnDeviceDocumentScannerWrapper", name: "WebIdOnDeviceDocumentScannerWrapper",