add new version 15.2.1-SNAPSHOT-1353
This commit is contained in:
parent
b38ce7f484
commit
e953cd5a48
@ -19,32 +19,17 @@ let package = Package(
|
|||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git",
|
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git",
|
||||||
.branch("legacy-snapshots")
|
.branch("legacy-snapshots")
|
||||||
),
|
),
|
||||||
.package(
|
|
||||||
name: "WebIdVideoIdentPlugin",
|
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
|
|
||||||
.exact("15.2.1")
|
|
||||||
),
|
|
||||||
.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.1.1")
|
.exact("15.1.1")
|
||||||
),
|
|
||||||
.package(
|
|
||||||
name: "WebIdIosIdentScanPlugin",
|
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
|
|
||||||
.exact("15.1.1")
|
|
||||||
),
|
|
||||||
.package(
|
|
||||||
name: "WebIdOnServerDocumentScanner",
|
|
||||||
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
|
|
||||||
.exact("15.1.1")
|
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.binaryTarget(
|
.binaryTarget(
|
||||||
name: "WebIdMetaPlugin",
|
name: "WebIdMetaPlugin",
|
||||||
url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.2.1/WebIdMetaPlugin.framework-v15.2.1-SNAPSHOT-1350.zip",
|
url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.2.1/WebIdMetaPlugin.framework-v15.2.1-SNAPSHOT-1353.zip",
|
||||||
checksum: "aa109c46a06306b832480414edcf5b3549876071c8d4d4f0bc6c909b53df76e0"
|
checksum: "b087f76987f33b0cf407bb9c588dfec805297f6f5624d551352f77495d670e90"
|
||||||
),
|
),
|
||||||
.target(
|
.target(
|
||||||
name: "WebIdMetaPluginWrapper",
|
name: "WebIdMetaPluginWrapper",
|
||||||
@ -53,10 +38,7 @@ let package = Package(
|
|||||||
// [target dependecies here]
|
// [target dependecies here]
|
||||||
|
|
||||||
.product(name: "WebIdVideoIdentProductPlugin", package: "WebIdVideoIdentProductPlugin"),
|
.product(name: "WebIdVideoIdentProductPlugin", package: "WebIdVideoIdentProductPlugin"),
|
||||||
.product(name: "WebIdVideoIdentPlugin", package: "WebIdVideoIdentPlugin"),
|
|
||||||
.product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),
|
.product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),
|
||||||
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
|
|
||||||
.product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"),
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user