6
0

add new version 12.0.1-SNAPSHOT-1290

This commit is contained in:
mac-mini-003 2024-06-26 15:16:42 +02:00
parent 32bcd2d285
commit e65bfdd688

View File

@ -18,18 +18,13 @@ let 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",
.branch("snapshots") .branch("snapshots")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm",
.exact("11.0.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdOnDeviceDocumentScanner", name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1289.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1290.zip",
checksum: "584c2346bcdf9da6c491b2e0c8e282f7e5b72ca6948986ea88e4dab276352b38" checksum: "6dec7e64011f95c5a8b1dbe764c525466091386c65011fbd0ec8ed4a9f325ddf"
), ),
.target( .target(
name: "WebIdOnDeviceDocumentScannerWrapper", name: "WebIdOnDeviceDocumentScannerWrapper",
@ -38,7 +33,6 @@ let package = Package(
// [target dependecies here] // [target dependecies here]
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"), .product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
.product(name: "WebIdPluginCore", package: "WebIdPluginCore"),
] ]
) )
], ],