6
0

add new version 15.2.1

This commit is contained in:
mac-mini-003 2026-01-13 09:09:10 +01:00
parent 64f72ec3ef
commit eb1cf5c76b

View File

@ -17,34 +17,34 @@ let package = Package(
.package(
name: "WebIdVideoIdentProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-product-plugin-spm.git",
.exact("15.2.0")
.exact("15.2.1")
),
.package(
name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
.exact("15.2.0")
.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.0")
.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.0")
.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.0")
.exact("15.1.1")
)
],
targets: [
.binaryTarget(
name: "WebIdMetaPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.2.0/WebIdMetaPlugin.framework-v15.2.0.zip",
checksum: "bd7eceaa4bdd5b5b18b747b57906cf362fa0fe26b9f0f531d24c3cbb3f57cd30"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdMetaPlugin/15.2.1/WebIdMetaPlugin.framework-v15.2.1.zip",
checksum: "90302290ef19413797d910fc879f8261f9714f9e7dc9891e04feca07371fa3c6"
),
.target(
name: "WebIdMetaPluginWrapper",