add new version 13.3.0-SNAPSHOT-1383
This commit is contained in:
parent
429f0ee336
commit
8b00cac551
@ -23,13 +23,23 @@ let 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",
|
||||||
.branch("redesign-v4-snapshots")
|
.branch("redesign-v4-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/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0-SNAPSHOT-1382.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0-SNAPSHOT-1383.zip",
|
||||||
checksum: "9d2c1b3ba9978dc6ec5765cf4f6631b792eea97c491bb665e66b5ab37b9056b7"
|
checksum: "61691045099bc0f8243ddf6d2e9592579ddaa0e240da1277e955ec023b572e79"
|
||||||
),
|
),
|
||||||
.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