add new version 201.2.3-SNAPSHOT-1567
This commit is contained in:
parent
671f222f98
commit
b6d047cda5
@ -1,5 +1,7 @@
|
|||||||
// swift-tools-version:5.3
|
// swift-tools-version:5.3
|
||||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||||
|
// swift-tools-version:5.3
|
||||||
|
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||||
|
|
||||||
import PackageDescription
|
import PackageDescription
|
||||||
|
|
||||||
@ -14,13 +16,32 @@ let package = Package(
|
|||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
// Dependencies declare other packages that this package depends on.
|
// Dependencies declare other packages that this package depends on.
|
||||||
|
.package(
|
||||||
|
name: "WebIdDigitalSigningPlugin",
|
||||||
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
|
||||||
|
.branch("experimental")
|
||||||
|
),
|
||||||
|
.package(
|
||||||
|
name: "WebIdIosIdentScanPlugin",
|
||||||
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
|
||||||
|
.branch("experimental")
|
||||||
|
),
|
||||||
|
.package(
|
||||||
|
name: "WebIdDocumentScanner",
|
||||||
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
|
||||||
|
.branch("experimental")
|
||||||
|
),
|
||||||
|
.package(
|
||||||
|
name: "WebIdOnServerDocumentScanner",
|
||||||
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
|
||||||
|
.branch("experimental")
|
||||||
|
)
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "WebIdAutoIdProductPlugin",
|
name: "WebIdAutoIdProductPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.2.2/WebIdAutoIdProductPlugin.framework-v201.2.2-SNAPSHOT-1566.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.2.3/WebIdAutoIdProductPlugin.framework-v201.2.3-SNAPSHOT-1567.zip",
|
||||||
checksum: "30afc23f6d584c18da14a32819c24819fa3b53784223931f86a7ca5ef86e3e2f"
|
checksum: "ca2a0ea20d9fe59aa12ac448181c85b34a3c58dde7ec90ec72941b9c9318c7f9"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdAutoIdProductPluginWrapper",
|
name: "WebIdAutoIdProductPluginWrapper",
|
||||||
@ -28,6 +49,10 @@ let package = Package(
|
|||||||
.target(name: "WebIdAutoIdProductPlugin"),
|
.target(name: "WebIdAutoIdProductPlugin"),
|
||||||
// [target dependecies here]
|
// [target dependecies here]
|
||||||
|
|
||||||
|
.product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),
|
||||||
|
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
|
||||||
|
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
|
||||||
|
.product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user