From e28bd90e16212f98b202e8fece8c3857ad4830fa Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 14 Mar 2024 11:21:04 +0100 Subject: [PATCH] add new version 9.0.0 --- Package.swift | 35 ++++++++++++++++++++++++++ Sources/WebIdIosSdkWrapper/Dummy.swift | 4 +++ 2 files changed, 39 insertions(+) create mode 100644 Package.swift create mode 100644 Sources/WebIdIosSdkWrapper/Dummy.swift diff --git a/Package.swift b/Package.swift new file mode 100644 index 0000000..79e838c --- /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: "WebIdIosSdk", + platforms: [ + .iOS(.v13) + ], + products: [ + // Products define the executables and libraries a package produces, and make them visible to other packages. + .library(name: "WebIdIosSdk", targets: ["WebIdIosSdkWrapper"]), + ], + dependencies: [ + // Dependencies declare other packages that this package depends on. + + ], + targets: [ + .binaryTarget( + name: "WebIdIosSdk", + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosSdk/9.0.0/WebIdIosSdk.framework-v9.0.0.zip", + checksum: "83c0f15dfd9e5e4c0ba8e10a3308caffb84d75c922a5219602b41c9707c03a17" + ), + .target( + name: "WebIdIosSdkWrapper", + dependencies: [ + .target(name: "WebIdIosSdk"), + // [target dependecies here] + + ] + ) + ], + swiftLanguageVersions: [SwiftVersion.v5] +) diff --git a/Sources/WebIdIosSdkWrapper/Dummy.swift b/Sources/WebIdIosSdkWrapper/Dummy.swift new file mode 100644 index 0000000..7dc7342 --- /dev/null +++ b/Sources/WebIdIosSdkWrapper/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. +//