From 4102c13473bdae49d0cbbbebd171c20f27a5b4c9 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 23 Jul 2024 11:29:42 +0200 Subject: [PATCH] add new version 8.0.0-SNAPSHOT-286 --- Package.swift | 35 +++++++++++++++++++ .../WebIdUiKitComponentsWrapper/Dummy.swift | 4 +++ 2 files changed, 39 insertions(+) create mode 100644 Package.swift create mode 100644 Sources/WebIdUiKitComponentsWrapper/Dummy.swift diff --git a/Package.swift b/Package.swift new file mode 100644 index 0000000..c4e9702 --- /dev/null +++ b/Package.swift @@ -0,0 +1,35 @@ +// swift-tools-version:5.3 +// The swift-tools-version declares the minimum version of Swift required to build this package. + +import PackageDescription + +let package = Package( + name: "WebIdUiKitComponents", + platforms: [ + .iOS(.v13) + ], + products: [ + // Products define the executables and libraries a package produces, and make them visible to other packages. + .library(name: "WebIdUiKitComponents", targets: ["WebIdUiKitComponentsWrapper"]), + ], + dependencies: [ + // Dependencies declare other packages that this package depends on. + + ], + targets: [ + .binaryTarget( + name: "WebIdUiKitComponents", + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdUiKitComponents/8.0.0/WebIdUiKitComponents.framework-v8.0.0-SNAPSHOT-286.zip", + checksum: "93ba9f91ea1ac60451577ed7b988df967cb0e67936d1ad70ca1ab8bd4ccaa5cb" + ), + .target( + name: "WebIdUiKitComponentsWrapper", + dependencies: [ + .target(name: "WebIdUiKitComponents"), + // [target dependecies here] + + ] + ) + ], + swiftLanguageVersions: [SwiftVersion.v5] +) diff --git a/Sources/WebIdUiKitComponentsWrapper/Dummy.swift b/Sources/WebIdUiKitComponentsWrapper/Dummy.swift new file mode 100644 index 0000000..7dc7342 --- /dev/null +++ b/Sources/WebIdUiKitComponentsWrapper/Dummy.swift @@ -0,0 +1,4 @@ +// +// Created by WebID Solutions GmbH | www.webid-solutions.de. +// See the file "LICENSE" for the full license governing this code. +//