add new version 22.0.2-SNAPSHOT-1579
This commit is contained in:
parent
6832d86ce9
commit
6de2bb9e39
@ -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",
|
||||
.exact("21.0.0")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdDigitalSigningPlugin",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
|
||||
.exact("21.0.0")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdIosIdentScanPlugin",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
|
||||
.exact("21.0.0")
|
||||
),
|
||||
.package(
|
||||
name: "WebIdOnServerDocumentScanner",
|
||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
|
||||
.exact("21.0.0")
|
||||
.branch("snapshots")
|
||||
)
|
||||
],
|
||||
targets: [
|
||||
.binaryTarget(
|
||||
name: "WebIdMetaPlugin",
|
||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/21.2.2/WebIdMetaPlugin.framework-v21.2.2-SNAPSHOT-1569.zip",
|
||||
checksum: "77097537c9a45fb60374ff77c002339a43b727b17cd2624a3ac5a93811819136"
|
||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/22.0.2/WebIdMetaPlugin.framework-v22.0.2-SNAPSHOT-1579.zip",
|
||||
checksum: "2859826ef5b4922c91ee5084ef92cee4bd862cb242d76247a243a3bc158a8345"
|
||||
),
|
||||
.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"),
|
||||
]
|
||||
)
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user