add new version 22.0.2-SNAPSHOT-1582

This commit is contained in:
mac-mini-003 2026-02-06 13:15:34 +01:00
parent 9c0959c24c
commit 282a771554

View File

@ -17,34 +17,34 @@ let package = Package(
.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",
.branch("snapshots") .exact("21.0.2")
), ),
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.branch("snapshots") .exact("21.1.0")
), ),
.package( .package(
name: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.branch("snapshots") .exact("21.1.0")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.branch("snapshots") .exact("21.1.0")
), ),
.package( .package(
name: "WebIdCellCheckPlugin", name: "WebIdCellCheckPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm",
.branch("snapshots") .exact("2.0.2")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdProductPlugin", name: "WebIdAutoIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.0.2/WebIdAutoIdProductPlugin.framework-v22.0.2-SNAPSHOT-1579.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/22.0.2/WebIdAutoIdProductPlugin.framework-v22.0.2-SNAPSHOT-1582.zip",
checksum: "b19d7dcdf45012d93a048bafb5cdf49b090b6c6271bbe03289d88b9a4eb6ab87" checksum: "093eb9c5835221b93a5181a04a4038ff740bc4579d7022be6fe0271fa8da52ce"
), ),
.target( .target(
name: "WebIdAutoIdProductPluginWrapper", name: "WebIdAutoIdProductPluginWrapper",