7
0

add new version 220.4.2-SNAPSHOT-1878

This commit is contained in:
mac-mini-003 2026-05-10 21:28:23 +02:00
parent 99bb11b935
commit bab4f3a744

View File

@ -14,32 +14,17 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(
name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
.branch("snapshots")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.branch("snapshots")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.branch("snapshots")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.branch("snapshots")
.branch("experimental")
)
],
targets: [
.binaryTarget(
name: "WebIdMetaPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdMetaPlugin/21.2.2/WebIdMetaPlugin.framework-v21.2.2-SNAPSHOT-1566.zip",
checksum: "87e0b57e1c3bea274e43914f5af59a6633591bd32b751a61b974ed0215a35fad"
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdMetaPlugin/220.4.2/WebIdMetaPlugin.framework-v220.4.2-SNAPSHOT-1878.zip",
checksum: "1667059f6d3e84ebb06786917e85ebaef8b6a6d6d63327c0e788448385e58cca"
),
.target(
name: "WebIdMetaPluginWrapper",
@ -47,10 +32,7 @@ let package = Package(
.target(name: "WebIdMetaPlugin"),
// [target dependecies here]
.product(name: "WebIdVideoIdentPlugin", package: "WebIdVideoIdentPlugin"),
.product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
.product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"),
]
)
],