add new version 201.2.3-SNAPSHOT-1568
This commit is contained in:
parent
f2713f0a11
commit
5de4fb2f95
@ -1,7 +1,5 @@
|
|||||||
// 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
|
||||||
|
|
||||||
@ -16,37 +14,13 @@ 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")
|
|
||||||
)
|
|
||||||
.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.2.3/WebIdAutoIdProductPlugin.framework-v201.2.3-SNAPSHOT-1567.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/201.2.3/WebIdAutoIdProductPlugin.framework-v201.2.3-SNAPSHOT-1568.zip",
|
||||||
checksum: "ca2a0ea20d9fe59aa12ac448181c85b34a3c58dde7ec90ec72941b9c9318c7f9"
|
checksum: "02cba55d40670ac94472d756581990700a9fbb95670cc303a03f572a13d97cd3"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdAutoIdProductPluginWrapper",
|
name: "WebIdAutoIdProductPluginWrapper",
|
||||||
@ -54,12 +28,8 @@ 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"),
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
swiftLanguageVersions: [SwiftVersion.v5]
|
swiftLanguageVersions: [SwiftVersion.v5]
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user