add new version 201.1.5-SNAPSHOT-1572
This commit is contained in:
parent
fb6ccb17f9
commit
bd89f79460
@ -13,53 +13,21 @@ let package = Package(
|
|||||||
.library(name: "WebIdAutoIdProductPlugin", targets: ["WebIdAutoIdProductPluginWrapper"]),
|
.library(name: "WebIdAutoIdProductPlugin", targets: ["WebIdAutoIdProductPluginWrapper"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(
|
// Dependencies declare other packages that this package depends on.
|
||||||
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")
|
|
||||||
),
|
|
||||||
.package(
|
|
||||||
name: "WebIdOnServerDocumentScanner",
|
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
|
|
||||||
.branch("experimental")
|
|
||||||
),
|
|
||||||
.package(
|
|
||||||
name: "WebIdCellCheckPlugin",
|
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-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.1.5/WebIdAutoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1571.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.1.5/WebIdAutoIdProductPlugin.framework-v201.1.5-SNAPSHOT-1572.zip",
|
||||||
checksum: "f8bbe51694524bffd9820835b5eb17fdf22bfc6842a67483a3a03112c6b51ae2"
|
checksum: "0c60a77ea0ded43319f2f24f24e9b12f3f9543c596bec4dcc4a76573f1d1c783"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdAutoIdProductPluginWrapper",
|
name: "WebIdAutoIdProductPluginWrapper",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.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"),
|
|
||||||
.product(name: "WebIdCellCheckPlugin", package: "WebIdCellCheckPlugin"),
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user