From 66a7da63505fbb718f7cc2e873f547fb72d6cdf4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 9 Sep 2024 10:06:35 +0200 Subject: [PATCH] add new version 12.0.0-SNAPSHOT-786 --- Package.swift | 46 +++++++++++++++++++ .../Dummy.swift | 4 ++ 2 files changed, 50 insertions(+) create mode 100644 Package.swift create mode 100644 Sources/WebIdDigitalSigningPluginWrapper/Dummy.swift diff --git a/Package.swift b/Package.swift new file mode 100644 index 0000000..f961035 --- /dev/null +++ b/Package.swift @@ -0,0 +1,46 @@ +// 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: "WebIdDigitalSigningPlugin", + platforms: [ + .iOS(.v13) + ], + products: [ + // Products define the executables and libraries a package produces, and make them visible to other packages. + .library(name: "WebIdDigitalSigningPlugin", targets: ["WebIdDigitalSigningPluginWrapper"]), + ], + dependencies: [ + // Dependencies declare other packages that this package depends on. + .package( + name: "WebIdPluginCore", + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", + .upToNextMinor(from: "13.0.0") + ), + .package( + name: "WebIdSdkUiKitComponents", + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", + .revision("134097f09a037158d2e990245b367587d0d42eb2") + ) + ], + targets: [ + .binaryTarget( + name: "WebIdDigitalSigningPlugin", + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/12.0.0/WebIdDigitalSigningPlugin.framework-v12.0.0-SNAPSHOT-786.zip", + checksum: "71c15b581576ab5397834d061c2dac45681ab53386e971bd9b762717e6e1e714" + ), + .target( + name: "WebIdDigitalSigningPluginWrapper", + dependencies: [ + .target(name: "WebIdDigitalSigningPlugin"), + // [target dependecies here] + + .product(name: "WebIdPluginCore", package: "WebIdPluginCore"), + .product(name: "WebIdSdkUiKitComponents", package: "WebIdSdkUiKitComponents"), + ] + ) + ], + swiftLanguageVersions: [SwiftVersion.v5] +) diff --git a/Sources/WebIdDigitalSigningPluginWrapper/Dummy.swift b/Sources/WebIdDigitalSigningPluginWrapper/Dummy.swift new file mode 100644 index 0000000..7dc7342 --- /dev/null +++ b/Sources/WebIdDigitalSigningPluginWrapper/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. +//