6
0

add new version 21.0.3

This commit is contained in:
mac-mini-003 2025-09-18 16:33:33 +02:00
parent 655795d700
commit 4d87f08c29

View File

@ -15,31 +15,31 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(
name: "WebIdOnDeviceDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm",
.exact("12.6.0")
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("20.2.1")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("12.6.0")
.exact("20.2.1")
),
.package(
name: "WebIdEIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm",
.exact("5.5.2")
.exact("20.2.1")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("11.4.2")
.exact("20.2.1")
)
],
targets: [
.binaryTarget(
name: "WebIdEIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/13.7.4/WebIdEIdProductPlugin.framework-v13.7.4.zip",
checksum: "0bd2538efae18d64ca51e9df832835ea9526a88bceda36f878ee1fdedb75fd9f"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEIdProductPlugin/21.0.3/WebIdEIdProductPlugin.framework-v21.0.3.zip",
checksum: "7caffe2fbddd3d1f2abbf9016103c2e25f32e24a7465bbabe3397e61f42778c7"
),
.target(
name: "WebIdEIdProductPluginWrapper",
@ -47,7 +47,7 @@ let package = Package(
.target(name: "WebIdEIdProductPlugin"),
// [target dependecies here]
.product(name: "WebIdOnDeviceDocumentScanner", package: "WebIdOnDeviceDocumentScanner"),
.product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"),
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
.product(name: "WebIdEIdentPlugin", package: "WebIdEIdentPlugin"),
.product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),