7
0

add new version 15.1.1-SNAPSHOT-831

This commit is contained in:
mac-mini-003 2026-01-12 14:58:09 +01:00
parent bfa70b594b
commit 66021abfc7

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.1.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.1.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.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1-SNAPSHOT-830.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/15.1.1/WebIdDigitalSigningPlugin.framework-v15.1.1-SNAPSHOT-831.zip",
checksum: "314d6191e9cdce9ce363c685bffebfdbcc2582b02e62acf1c8be1074f8fecfa1" checksum: "bc578f42f2c58387fece826ef6049ae8315a488a7510da89b4da3bb23d3dee99"
), ),
.target( .target(
name: "WebIdDigitalSigningPluginWrapper", name: "WebIdDigitalSigningPluginWrapper",