6
0

add new version 15.0.1-SNAPSHOT-823

This commit is contained in:
mac-mini-003 2025-12-04 10:36:08 +01:00
parent a73a68b2ee
commit 5b8e743281

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("legacy-snapshots") .exact("15.0.1")
), ),
.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("legacy-snapshots") .exact("15.0.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.1/WebIdDigitalSigningPlugin.framework-v15.0.1-SNAPSHOT-822.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.0.1/WebIdDigitalSigningPlugin.framework-v15.0.1-SNAPSHOT-823.zip",
checksum: "77945f9e315703455d7c6a611ed3b77f3cd9cb07ad47a88987600c5cbe161db1" checksum: "d4d11197c6253d413bf0d0c3a0e2acb3e267fc1d230e12cc5f13f8e04b16011d"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",