add new version 12.3.0-SNAPSHOT-1317
This commit is contained in:
parent
b02a1af64e
commit
40cf4bdb2a
@ -23,13 +23,23 @@ let 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",
|
||||||
.branch("snapshots")
|
.branch("snapshots")
|
||||||
|
),
|
||||||
|
.package(
|
||||||
|
name: "DocumentReader",
|
||||||
|
url: "https://github.com/regulaforensics/DocumentReader-Swift-Package",
|
||||||
|
.upToNextMajor(from: "7.5.4221")
|
||||||
|
),
|
||||||
|
.package(
|
||||||
|
name: "Full",
|
||||||
|
url: "https://github.com/regulaforensics/DocumentReaderFull-Swift-Package",
|
||||||
|
.upToNextMajor(from: "7.5.11015")
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "WebIdOnDeviceDocumentScanner",
|
name: "WebIdOnDeviceDocumentScanner",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1315.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1317.zip",
|
||||||
checksum: "b22371c9aedcb3aa2952bcd61cec0c64f65ee12dfdce1e9f46d6a4ecec6bb794"
|
checksum: "745344be472180716278d0624d6b0dd24332fb84442872a6f606d98f14496094"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdOnDeviceDocumentScannerWrapper",
|
name: "WebIdOnDeviceDocumentScannerWrapper",
|
||||||
@ -39,6 +49,8 @@ let package = Package(
|
|||||||
|
|
||||||
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
|
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
|
||||||
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
|
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
|
||||||
|
.product(name: "DocumentReader", package: "DocumentReader"),
|
||||||
|
.product(name: "Full", package: "Full"),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user