7
0

add new version 22.0.2-SNAPSHOT-1070

This commit is contained in:
mac-mini-003 2026-04-22 12:37:11 +02:00
parent c8d21160af
commit c32b461aa2

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.2.0")
), ),
.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.2.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/22.0.2/WebIdDigitalSigningPlugin.framework-v22.0.2-SNAPSHOT-1067.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/22.0.2/WebIdDigitalSigningPlugin.framework-v22.0.2-SNAPSHOT-1070.zip",
checksum: "131e3ad915031524cb070391130b50f5fbea1cad65a2f74fced028e61e452844" checksum: "0611a5e893342fc49e8bd62d7721612fbdb8c837a2cff6a04e64664a3c92f28d"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",