Compare commits

...

20 Commits

Author SHA1 Message Date
mac-mini-003
076766f6fd add new version 22.2.3 2026-03-19 14:59:36 +01:00
mac-mini-003
ed6215c6ce add new version 22.2.2 2026-03-13 17:01:38 +01:00
mac-mini-003
668c359984 add new version 22.2.1 2026-03-13 14:51:20 +01:00
mac-mini-003
5887f4ff5a add new version 22.2.0 2026-03-12 13:30:04 +01:00
mac-mini-003
1ea0718048 add new version 22.1.1 2026-02-24 17:14:37 +01:00
mac-mini-003
9f0a70c2b4 add new version 22.1.0 2026-02-24 12:08:31 +01:00
mac-mini-003
d162c456db add new version 22.0.5 2026-02-13 15:00:46 +01:00
mac-mini-003
36c25e4c84 add new version 22.0.4 2026-02-12 16:44:37 +01:00
mac-mini-003
e732a1d4ab add new version 22.0.3 2026-02-09 16:19:31 +01:00
mac-mini-003
66c15e572f add new version 22.0.2 2026-02-06 14:33:43 +01:00
mac-mini-003
dcf7d9f212 add new version 22.0.2 2026-02-06 13:14:10 +01:00
mac-mini-003
357381f149 add new version 22.0.1 2026-01-12 09:21:29 +01:00
mac-mini-003
c14b909be0 add new version 22.0.0 2026-01-09 11:07:41 +01:00
mac-mini-003
934aaac39a add new version 21.2.2 2025-11-27 18:48:03 +01:00
mac-mini-003
9417e4a107 add new version 21.2.1 2025-11-27 18:24:59 +01:00
mac-mini-003
a7eb78400c add new version 21.2.0 2025-11-25 20:03:36 +01:00
mac-mini-003
4f32a6014b add new version 21.1.2 2025-11-03 16:46:34 +01:00
mac-mini-003
2174da0154 add new version 21.1.1 2025-10-09 21:38:20 +02:00
mac-mini-003
c17b87ad90 add new version 21.1.0 2025-10-08 15:20:32 +02:00
mac-mini-003
e02a70c3cb add new version 21.0.3 2025-09-18 16:33:11 +02:00
2 changed files with 68 additions and 0 deletions

64
Package.swift Normal file
View File

@ -0,0 +1,64 @@
// 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: "WebIdAutoIdProductPlugin",
platforms: [
.iOS(.v13)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(name: "WebIdAutoIdProductPlugin", targets: ["WebIdAutoIdProductPluginWrapper"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(
name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.exact("21.0.4")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.exact("21.2.1")
),
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("21.2.1")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.exact("21.2.1")
),
.package(
name: "WebIdCellCheckPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm",
.exact("2.0.4")
)
],
targets: [
.binaryTarget(
name: "WebIdAutoIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.2.3/WebIdAutoIdProductPlugin.framework-v22.2.3.zip",
checksum: "aa42e3fc0ceca8a7494d54b3de19cdd10c466ae9acae09112d0ddcdeda8a8de1"
),
.target(
name: "WebIdAutoIdProductPluginWrapper",
dependencies: [
.target(name: "WebIdAutoIdProductPlugin"),
// [target dependecies here]
.product(name: "WebIdDigitalSigningPlugin", package: "WebIdDigitalSigningPlugin"),
.product(name: "WebIdIosIdentScanPlugin", package: "WebIdIosIdentScanPlugin"),
.product(name: "WebIdDocumentScanner", package: "WebIdDocumentScanner"),
.product(name: "WebIdOnServerDocumentScanner", package: "WebIdOnServerDocumentScanner"),
.product(name: "WebIdCellCheckPlugin", package: "WebIdCellCheckPlugin"),
]
)
],
swiftLanguageVersions: [SwiftVersion.v5]
)

View File

@ -0,0 +1,4 @@
//
// Created by WebID Solutions GmbH | www.webid-solutions.de.
// See the file "LICENSE" for the full license governing this code.
//