add new version 22.2.4-SNAPSHOT-1657

This commit is contained in:
mac-mini-003 2026-03-27 16:05:51 +01:00
parent 4b7eed7df3
commit 52903f282a

View File

@ -22,24 +22,24 @@ let package = Package(
.package( .package(
name: "WebIdEPassPlugin", name: "WebIdEPassPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git",
.branch("snapshots") .exact("1.0.1")
), ),
.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.2.1")
), ),
.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.2.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdEPassProductPlugin", name: "WebIdEPassProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.2.4/WebIdEPassProductPlugin.framework-v22.2.4-SNAPSHOT-1656.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.2.4/WebIdEPassProductPlugin.framework-v22.2.4-SNAPSHOT-1657.zip",
checksum: "8ad0bebf428340dd4feafb6c9517725359f15d70b9e1f4bf68978863eae95dc0" checksum: "d9f6ac2d108f71da67d3d763b63c36ce973ceccf13aaf47057c90123c43c7c8d"
), ),
.target( .target(
name: "WebIdEPassProductPluginWrapper", name: "WebIdEPassProductPluginWrapper",