add new version 201.1.5-SNAPSHOT-1553
This commit is contained in:
parent
ff94735908
commit
0a87e6cf31
@ -14,37 +14,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: "WebIdVideoIdentProductPlugin",
|
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git",
|
|
||||||
.exact("15.1.1")
|
|
||||||
),
|
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdVideoIdentPlugin",
|
name: "WebIdVideoIdentPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
|
||||||
.exact("15.1.0")
|
.branch("experimental")
|
||||||
),
|
),
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdDigitalSigningPlugin",
|
name: "WebIdDigitalSigningPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
|
||||||
.exact("15.0.1")
|
.branch("experimental")
|
||||||
),
|
),
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdIosIdentScanPlugin",
|
name: "WebIdIosIdentScanPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
|
||||||
.exact("15.0.1")
|
.branch("experimental")
|
||||||
),
|
),
|
||||||
.package(
|
.package(
|
||||||
name: "WebIdOnServerDocumentScanner",
|
name: "WebIdOnServerDocumentScanner",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
|
||||||
.exact("15.0.1")
|
.branch("experimental")
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "WebIdMetaPlugin",
|
name: "WebIdMetaPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.1.1/WebIdMetaPlugin.framework-v15.1.1.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdMetaPlugin/201.1.5/WebIdMetaPlugin.framework-v201.1.5-SNAPSHOT-1553.zip",
|
||||||
checksum: "57c2483c5a8e4e89a458796f98070ac9b0242ad6f72bb80db463944945ac702d"
|
checksum: "fa1f5d99026ea1f937332d8a04b444ee505f6a3a7de6cae22b05a85bfdb8907b"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdMetaPluginWrapper",
|
name: "WebIdMetaPluginWrapper",
|
||||||
@ -52,7 +47,6 @@ let package = Package(
|
|||||||
.target(name: "WebIdMetaPlugin"),
|
.target(name: "WebIdMetaPlugin"),
|
||||||
// [target dependecies here]
|
// [target dependecies here]
|
||||||
|
|
||||||
.product(name: "WebIdVideoIdentProductPlugin", package: "WebIdVideoIdentProductPlugin"),
|
|
||||||
.product(name: "WebIdVideoIdentPlugin", package: "WebIdVideoIdentPlugin"),
|
.product(name: "WebIdVideoIdentPlugin", package: "WebIdVideoIdentPlugin"),
|
||||||
.product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),
|
.product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),
|
||||||
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
|
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user