add new version 12.4.0
This commit is contained in:
parent
7f2ce0ed96
commit
28de0cbd52
@ -17,29 +17,29 @@ let package = Package(
|
|||||||
.package(
|
.package(
|
||||||
name: "WebIdDocumentScanner",
|
name: "WebIdDocumentScanner",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
|
||||||
.exact("12.3.2")
|
.exact("12.4.0")
|
||||||
),
|
),
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdPluginCore",
|
name: "WebIdPluginCore",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
|
||||||
.exact("12.1.0")
|
.exact("12.2.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/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.2/WebIdOnDeviceDocumentScanner.framework-v12.3.2.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.4.0/WebIdOnDeviceDocumentScanner.framework-v12.4.0.zip",
|
||||||
checksum: "6d43fdb97e726c62b76ac7e52adcb658a2db8be8146cb5c2342d6b4e1816f037"
|
checksum: "c1f97460a31fca36c32a6fa3e334a62e9f3936ec6a556af75eb35a2058ab98f6"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdOnDeviceDocumentScannerWrapper",
|
name: "WebIdOnDeviceDocumentScannerWrapper",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user