add new version 22.3.2-SNAPSHOT-1680

This commit is contained in:
mac-mini-003 2026-04-01 16:37:11 +02:00
parent 4b3b1ea625
commit 2a72df5452

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdSdkUiKitComponents", name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git",
.branch("snapshots") .upToNextMinor(from: "21.1.0")
), ),
.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.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("22.0.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("22.0.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdEPassProductPlugin", name: "WebIdEPassProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.3.2/WebIdEPassProductPlugin.framework-v22.3.2-SNAPSHOT-1678.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.3.2/WebIdEPassProductPlugin.framework-v22.3.2-SNAPSHOT-1680.zip",
checksum: "359cef5d96a6abc1d4b43a8942e937c922d351e70cba5d471e6b97fd0f1adf95" checksum: "55af97e3065b954e113d9483ba06d62a189c47e49f32fdc14a07e70e2f41c873"
), ),
.target( .target(
name: "WebIdEPassProductPluginWrapper", name: "WebIdEPassProductPluginWrapper",