7
0

add new version 15.2.1-SNAPSHOT-1353

This commit is contained in:
mac-mini-003 2026-02-10 12:37:52 +01:00
parent b38ce7f484
commit e953cd5a48

View File

@ -19,32 +19,17 @@ let package = Package(
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git",
.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(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.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: [
.binaryTarget(
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",
checksum: "aa109c46a06306b832480414edcf5b3549876071c8d4d4f0bc6c909b53df76e0"
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: "b087f76987f33b0cf407bb9c588dfec805297f6f5624d551352f77495d670e90"
),
.target(
name: "WebIdMetaPluginWrapper",
@ -53,10 +38,7 @@ let package = Package(
// [target dependecies here]
.product(name: "WebIdVideoIdentProductPlugin", package: "WebIdVideoIdentProductPlugin"),
.product(name: "WebIdVideoIdentPlugin", package: "WebIdVideoIdentPlugin"),
.product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
.product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"),
]
)
],