From 988b7bcbb31c02413554df7231cfe47c1b7fc1ea Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 13 Mar 2026 16:46:42 +0100 Subject: [PATCH] add new version 22.2.2-SNAPSHOT-1651 --- Package.swift | 58 +++++++++++++++++++ .../Dummy.swift | 4 ++ 2 files changed, 62 insertions(+) create mode 100644 Package.swift create mode 100644 Sources/WebIdEPassProductPluginWrapper/Dummy.swift diff --git a/Package.swift b/Package.swift new file mode 100644 index 0000000..c87eb8e --- /dev/null +++ b/Package.swift @@ -0,0 +1,58 @@ +// 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: "WebIdEPassProductPlugin", + platforms: [ + .iOS(.v13) + ], + products: [ + // Products define the executables and libraries a package produces, and make them visible to other packages. + .library(name: "WebIdEPassProductPlugin", targets: ["WebIdEPassProductPluginWrapper"]), + ], + dependencies: [ + // Dependencies declare other packages that this package depends on. + .package( + name: "WebIdSdkUiKitComponents", + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", + .branch("snapshots") + ), + .package( + name: "WebIdEPassPlugin", + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git", + .branch("snapshots") + ), + .package( + name: "WebIdIosIdentScanPlugin", + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", + .branch("snapshots") + ), + .package( + name: "WebIdOnServerDocumentScanner", + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", + .branch("snapshots") + ) + ], + targets: [ + .binaryTarget( + name: "WebIdEPassProductPlugin", + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.2.2/WebIdEPassProductPlugin.framework-v22.2.2-SNAPSHOT-1651.zip", + checksum: "309818200538519c5a13000c91cfd073ca7e16ded915093874574bb546111d3e" + ), + .target( + name: "WebIdEPassProductPluginWrapper", + dependencies: [ + .target(name: "WebIdEPassProductPlugin"), + // [target dependecies here] + + .product(name: "WebIdSdkUiKitComponents", package: "WebIdSdkUiKitComponents"), + .product(name: "WebIdEPassPlugin", package: "WebIdEPassPlugin"), + .product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"), + .product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"), + ] + ) + ], + swiftLanguageVersions: [SwiftVersion.v5] +) diff --git a/Sources/WebIdEPassProductPluginWrapper/Dummy.swift b/Sources/WebIdEPassProductPluginWrapper/Dummy.swift new file mode 100644 index 0000000..7dc7342 --- /dev/null +++ b/Sources/WebIdEPassProductPluginWrapper/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. +//