7
0

add new version 21.0.2-SNAPSHOT-1027

This commit is contained in:
mac-mini-003 2026-02-05 13:46:47 +01:00
parent 952f349a2f
commit 2d95222e2f

View File

@ -17,19 +17,19 @@ let package = Package(
.package( .package(
name: "WebIdPluginCore", name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.branch("snapshots") .exact("21.0.2")
), ),
.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") .exact("21.0.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.2/WebIdDigitalSigningPlugin.framework-v21.0.2-SNAPSHOT-1024.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/21.0.2/WebIdDigitalSigningPlugin.framework-v21.0.2-SNAPSHOT-1027.zip",
checksum: "c3198818355a04b32a51b858678cd791f9739a0e674adff170c9aa8e4aeab895" checksum: "24beba9ddcfc7cce348c2cfc6b4a5b1d087f682763177767f1a6729cd4de4b01"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",