6
0

add new version 15.0.1-SNAPSHOT-170

This commit is contained in:
mac-mini-003 2025-09-24 15:04:34 +02:00
parent f7680bb186
commit ddb62fea78

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdIosSdk",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-spm.git",
.branch("snapshots")
.branch("legacy-snapshots")
),
.package(
name: "WebIdUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ui-components-spm.git",
.branch("snapshots")
.branch("legacy-snapshots")
)
],
targets: [
.binaryTarget(
name: "WebIdSdkUiKitComponents",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.0.1/WebIdSdkUiKitComponents.framework-v15.0.1-SNAPSHOT-168.zip",
checksum: "55af170689bbdde74d530fe066574c02c1fc975e3c7395b06051d58f4c72ed0a"
url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdSdkUiKitComponents/15.0.1/WebIdSdkUiKitComponents.framework-v15.0.1-SNAPSHOT-170.zip",
checksum: "f3680445954de460d56d878d60e50b1d30b1b7ac226e0b169c372916cc02144e"
),
.target(
name: "WebIdSdkUiKitComponentsWrapper",