6
0

add new version 201.1.5-SNAPSHOT-1553

This commit is contained in:
mac-mini-003 2025-11-11 12:11:03 +01:00
parent 49b131c0b1
commit d881f44fc1

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("15.0.1")
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.branch("experimental")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("15.0.1")
.branch("experimental")
),
.package(
name: "WebIdEIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm",
.exact("15.0.2")
.branch("experimental")
),
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("15.0.1")
.branch("experimental")
)
],
targets: [
.binaryTarget(
name: "WebIdEIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.1.1/WebIdEIdProductPlugin.framework-v15.1.1.zip",
checksum: "07df95b333cffa8e1c62e3a84f737662c605377a540f551e95e2680cdee5db15"
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdEIdProductPlugin/201.1.5/WebIdEIdProductPlugin.framework-v201.1.5-SNAPSHOT-1553.zip",
checksum: "255b9e9e6a5153446f70fa67bdfb83453f40dbae705ffd5ad2c5950af3554ee0"
),
.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"),