Compare commits

..

4 Commits

Author SHA1 Message Date
mac-mini-003
9694ef6c34 add new version 21.0.3 2025-09-02 17:17:00 +02:00
mac-mini-003
4057cbd441 add new version 21.0.2 2025-08-29 14:13:26 +02:00
mac-mini-003
b233805c31 add new version 21.0.1 2025-08-28 17:11:59 +02:00
mac-mini-003
90244266f0 add new version 21.0.0 2025-08-27 14:22:22 +02:00

View File

@ -16,30 +16,30 @@ let package = Package(
// 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",
.branch("snapshots")
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm",
.exact("20.2.1")
),
.package(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.branch("snapshots")
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm",
.exact("20.2.1")
),
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.branch("snapshots")
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-document-scanner-spm.git",
.exact("20.2.1")
),
.package(
name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.branch("snapshots")
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm",
.exact("20.2.1")
)
],
targets: [
.binaryTarget(
name: "WebIdAutoIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdProductPlugin/21.0.4/WebIdAutoIdProductPlugin.framework-v21.0.4-SNAPSHOT-1504.zip",
checksum: "a5b7a07fe59fd31a5d20d65772ce9713eb0918b2b8a57b9e9abc1b6c6e0d2d17"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/21.0.3/WebIdAutoIdProductPlugin.framework-v21.0.3.zip",
checksum: "01eadf19dcc4d24d395ddeac782fce8043afb18ebe4693b9549a3be9f77a9973"
),
.target(
name: "WebIdAutoIdProductPluginWrapper",